Class ApiPlatformInstanceCollection
Results of a search. Contains both InstanceSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.ApiplatformService.Models
Assembly: OCI.DotNetSDK.Apiplatform.dll
Syntax
public class ApiPlatformInstanceCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ApiPlatformInstanceSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ApiPlatformInstanceSummary> | List of APIP instances | 
Remarks
Required