Show / Hide Table of Contents

Class ContainerCollection

A list of containers.

Inheritance
object
ContainerCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top