Class ServiceSubscribedNode
Inheritance
object
ServiceSubscribedNode
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:svsn")]
public class ServiceSubscribedNode : RegularResource
Properties
|
Edit this page
View Source
CSE_ID
Declaration
[JsonProperty("csi")]
public string CSE_ID { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
DeviceIdentifier
Declaration
[JsonProperty("di")]
public string[] DeviceIdentifier { get; set; }
Property Value
|
Edit this page
View Source
NodeID
Declaration
[JsonProperty("ni")]
public string NodeID { get; set; }
Property Value
|
Edit this page
View Source
RuleLinks
Declaration
[JsonProperty("rlk")]
public ICollection<string> RuleLinks { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value