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