TaskArgument¶
-
class
oci.fleet_apps_management.models.
TaskArgument
(**kwargs)¶ Bases:
object
A variable that holds a value
Methods
__init__
(**kwargs)Initializes a new TaskArgument object with values from keyword arguments. Attributes
name
[Required] Gets the name of this TaskArgument. value
Gets the value of this TaskArgument. -
__init__
(**kwargs)¶ Initializes a new TaskArgument object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this TaskArgument.
- value (str) – The value to assign to the value property of this TaskArgument.
-
name
¶ [Required] Gets the name of this TaskArgument. Name of the output variable
Returns: The name of this TaskArgument. Return type: str
-
value
¶ Gets the value of this TaskArgument. The task output
Returns: The value of this TaskArgument. Return type: str
-