Show / Hide Table of Contents

Class InvokeRawJsonCommandDetails

Json data payload definition

Inheritance
object
InvokeRawCommandDetails
InvokeRawJsonCommandDetails
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 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

In this article
Back to top