Show / Hide Table of Contents

Class DigitalTwinAdapterPayload

Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.

Inheritance
object
DigitalTwinAdapterPayload
DigitalTwinAdapterJsonPayload
Inherited Members
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
[JsonConverter(typeof(DigitalTwinAdapterPayloadModelConverter))]
public class DigitalTwinAdapterPayload
In this article
Back to top