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