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