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