Class CmdhDefaults
Inheritance
object
CmdhDefaults
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmdf")]
public class CmdhDefaults : MgmtResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
CmdhDefEcValue
Declaration
[JsonProperty("m2m:cmdv")]
public ICollection<CmdhDefEcValue> CmdhDefEcValue { get; set; }
Property Value
|
Edit this page
View Source
CmdhEcDefParamValues
Declaration
[JsonProperty("m2m:cmpv")]
public ICollection<CmdhEcDefParamValues> CmdhEcDefParamValues { get; set; }
Property Value
|
Edit this page
View Source
MgmtLink
Declaration
[JsonProperty("cmlk")]
public ICollection<MgmtLinkRef> MgmtLink { get; set; }
Property Value