Class ImportableComputeEntitySummaryCollection
Collection of importable compute entity objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ImportableComputeEntitySummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ImportableComputeEntitySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ImportableComputeEntitySummary> | Array of importable compute entity objects. |
Remarks
Required