Class ResponseTypeInfo
Inheritance
object
ResponseTypeInfo
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("responseTypeInfo")]
public class ResponseTypeInfo
Properties
| Edit this page View SourceNotificationURI
Declaration
[JsonProperty("nu")]
public ICollection<string> NotificationURI { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |
ResponseTypeValue
Declaration
[JsonProperty("rtv")]
public ResponseType? ResponseTypeValue { get; set; }
Property Value
Type | Description |
---|---|
ResponseType? |