Class AnnounceableResource
Inheritance
object
AnnounceableResource
Inherited Members
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:announceableResource")]
public class AnnounceableResource : RegularResource
Properties
| Edit this page View SourceAnnounceTo
Declaration
[JsonProperty("at")]
public ICollection<string> AnnounceTo { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |
AnnouncedAttribute
Declaration
[JsonProperty("aa")]
public ICollection<string> AnnouncedAttribute { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |