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