Class AnyArgType
Inheritance
object
AnyArgType
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("anyArgType")]
public class AnyArgType
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
[JsonProperty("val")]
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |