Class InvokeRawTextCommandDetails
Text data payload definition
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class InvokeRawTextCommandDetails : InvokeRawCommandDetailsProperties
RequestData
Declaration
[JsonProperty(PropertyName = "requestData")]
public string RequestData { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Plain text request data | 
RequestDataContentType
Declaration
[JsonProperty(PropertyName = "requestDataContentType")]
public string RequestDataContentType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Mime content type of text data, default is text/plain |