Class BatchContextShapeCollection
A collection of container instance shapes.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class BatchContextShapeCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BatchContextShapeSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BatchContextShapeSummary> | List of shapes. |
Remarks
Required