InitializationParameter¶
-
class
oci.data_safe.models.
InitializationParameter
(**kwargs)¶ Bases:
object
Encapsulates a parameter name and its value.
Methods
__init__
(**kwargs)Initializes a new InitializationParameter object with values from keyword arguments. Attributes
name
[Required] Gets the name of this InitializationParameter. value
[Required] Gets the value of this InitializationParameter. -
__init__
(**kwargs)¶ Initializes a new InitializationParameter 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 InitializationParameter.
- value (str) – The value to assign to the value property of this InitializationParameter.
-
name
¶ [Required] Gets the name of this InitializationParameter. The name of the parameter.
Returns: The name of this InitializationParameter. Return type: str
-
value
¶ [Required] Gets the value of this InitializationParameter. The value of the parameter.
Returns: The value of this InitializationParameter. Return type: str
-