Class InvokeRawJsonCommandDetails
Json data payload definition
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class InvokeRawJsonCommandDetails : InvokeRawCommandDetails
Properties
RequestData
Declaration
[JsonProperty(PropertyName = "requestData")]
public Dictionary<string, object> RequestData { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> | request data |
RequestDataContentType
Declaration
[JsonProperty(PropertyName = "requestDataContentType")]
public string RequestDataContentType { get; set; }
Property Value
Type | Description |
---|---|
string | Mime content type of json data, default is application/json |