Variable¶
-
class
oci.fleet_apps_management.models.
Variable
(**kwargs)¶ Bases:
object
Credential Variable.
Methods
__init__
(**kwargs)Initializes a new Variable object with values from keyword arguments. Attributes
name
Gets the name of this Variable. value
Gets the value of this Variable. -
__init__
(**kwargs)¶ Initializes a new Variable 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 Variable.
- value (str) – The value to assign to the value property of this Variable.
-
name
¶ Gets the name of this Variable. Name of the variable.
Returns: The name of this Variable. Return type: str
-
value
¶ Gets the value of this Variable. The value corresponding to the variable name.
Returns: The value of this Variable. Return type: str
-