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