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