Class IotDomainCollection
Results of an IoT domain search. Contains both summary items and other information, such as metadata.
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class IotDomainCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<IotDomainSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<IotDomainSummary> | List of IoT domains. | 
Remarks
Required