Class GovernanceInstanceCollection
Results of a GovernanceInstance search.
Inherited Members
Namespace: Oci.AccessgovernancecpService.Models
Assembly: OCI.DotNetSDK.Accessgovernancecp.dll
Syntax
public class GovernanceInstanceCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<GovernanceInstanceSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<GovernanceInstanceSummary> | List of GovernanceInstances. | 
Remarks
Required