Class TaskVariable
The variable of the task. At least one of the dynamicArguments or output needs to be provided.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class TaskVariable
Properties
InputVariables
Declaration
[JsonProperty(PropertyName = "inputVariables")]
public List<InputArgument> InputVariables { get; set; }
Property Value
Type | Description |
---|---|
List<InputArgument> | The input variables for the task. |
OutputVariables
Declaration
[JsonProperty(PropertyName = "outputVariables")]
public List<string> OutputVariables { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The list of output variables. |