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