Class ContainerCollection
A list of containers.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ContainerSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ContainerSummary> | List of containers. |
Remarks
Required