Class ActionStatus
Inheritance
object
ActionStatus
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("actionStatus")]
public class ActionStatus
Properties
| Edit this page View SourceAction
Declaration
[JsonProperty("ac")]
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Declaration
[JsonProperty("sus")]
public Status? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Status? |