ExportedVariable¶
-
class
oci.devops.models.
ExportedVariable
(**kwargs)¶ Bases:
object
Values for exported variables.
Methods
__init__
(**kwargs)Initializes a new ExportedVariable object with values from keyword arguments. Attributes
name
[Required] Gets the name of this ExportedVariable. value
[Required] Gets the value of this ExportedVariable. -
__init__
(**kwargs)¶ Initializes a new ExportedVariable 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 ExportedVariable.
- value (str) – The value to assign to the value property of this ExportedVariable.
-
name
¶ [Required] Gets the name of this ExportedVariable. Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
Returns: The name of this ExportedVariable. Return type: str
-
value
¶ [Required] Gets the value of this ExportedVariable. Value of the argument.
Returns: The value of this ExportedVariable. Return type: str
-