Show / Hide Table of Contents

Class InvokeRawTextCommandDetails

Text data payload definition

Inheritance
object
InvokeRawCommandDetails
InvokeRawTextCommandDetails
Inherited Members
InvokeRawCommandDetails.RequestDuration
InvokeRawCommandDetails.ResponseDuration
InvokeRawCommandDetails.RequestEndpoint
InvokeRawCommandDetails.ResponseEndpoint
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class InvokeRawTextCommandDetails : InvokeRawCommandDetails

Properties

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

In this article
Back to top