Class DigitalTwinAdapterCollection
Results of a digital twin adapter search. Contains both summary and additional metadata information.
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class DigitalTwinAdapterCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DigitalTwinAdapterSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DigitalTwinAdapterSummary> | List of the digital twin adapters. |
Remarks
Required