Class AnnounceableSubordinateResource
Inheritance
object
AnnounceableSubordinateResource
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:announceableSubordinateResource")]
public class AnnounceableSubordinateResource : Resource
Properties
|
Edit this page
View Source
AnnounceTo
Declaration
[JsonProperty("at")]
public ICollection<string> AnnounceTo { get; set; }
Property Value
|
Edit this page
View Source
AnnouncedAttribute
Declaration
[JsonProperty("aa")]
public ICollection<string> AnnouncedAttribute { get; set; }
Property Value
|
Edit this page
View Source
ExpirationTime
Declaration
[JsonProperty("et")]
public DateTimeOffset ExpirationTime { get; set; }
Property Value