Class GroupTask
Group task is a construct that represents a container of tasks for execution.
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class GroupTask : BatchTask
Properties
Tasks
Declaration
[JsonProperty(PropertyName = "tasks")]
public List<string> Tasks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The names of tasks contained directly (non-recursively) within this group task. |