Class InvokeRawBinaryCommandDetails
Binary data payload definition
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class InvokeRawBinaryCommandDetails : InvokeRawCommandDetails
Properties
RequestData
Declaration
[JsonProperty(PropertyName = "requestData")]
public string RequestData { get; set; }
Property Value
Type | Description |
---|---|
string | base 64 encoded request data |
RequestDataContentType
Declaration
[JsonProperty(PropertyName = "requestDataContentType")]
public string RequestDataContentType { get; set; }
Property Value
Type | Description |
---|---|
string | Mime content type of data encoded using base64, default is application/octet-stream |