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