Class CmdhDefEcValue
Inheritance
object
CmdhDefEcValue
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cmdv")]
public class CmdhDefEcValue : MgmtResource
Properties
|
Edit this page
View Source
DefEcValue
Declaration
[JsonProperty("dev")]
public string DefEcValue { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
[JsonProperty("od")]
public long Order { get; set; }
Property Value
|
Edit this page
View Source
RequestCharacteristics
Declaration
[JsonProperty("rch")]
public object RequestCharacteristics { get; set; }
Property Value
|
Edit this page
View Source
RequestContext
Declaration
[JsonProperty("rct")]
public object RequestContext { get; set; }
Property Value
|
Edit this page
View Source
RequestContextNotification
Declaration
[JsonProperty("rctn")]
public bool? RequestContextNotification { get; set; }
Property Value
|
Edit this page
View Source
RequestOrigin
Declaration
[JsonProperty("ror")]
public ICollection<string> RequestOrigin { get; set; }
Property Value