PropertyTuple¶
-
class
oci.cloud_guard.models.
PropertyTuple
(**kwargs)¶ Bases:
object
key and value pair for configuration values
Methods
__init__
(**kwargs)Initializes a new PropertyTuple object with values from keyword arguments. Attributes
key
[Required] Gets the key of this PropertyTuple. value
[Required] Gets the value of this PropertyTuple. -
__init__
(**kwargs)¶ Initializes a new PropertyTuple object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this PropertyTuple.
- value (str) – The value to assign to the value property of this PropertyTuple.
-
key
¶ [Required] Gets the key of this PropertyTuple. key
Returns: The key of this PropertyTuple. Return type: str
-
value
¶ [Required] Gets the value of this PropertyTuple. value
Returns: The value of this PropertyTuple. Return type: str
-