Class BatchContextCollection
Results of a batch context search. Contains both batch context summary items and other information, such as metadata.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class BatchContextCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BatchContextSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BatchContextSummary> | List of batch contexts. |
Remarks
Required