TagConfiguration¶
-
class
oci.data_science.models.
TagConfiguration
(**kwargs)¶ Bases:
object
Defines properties of each container tag metadata.
Methods
__init__
(**kwargs)Initializes a new TagConfiguration object with values from keyword arguments. Attributes
key
Gets the key of this TagConfiguration. value
Gets the value of this TagConfiguration. -
__init__
(**kwargs)¶ Initializes a new TagConfiguration 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 TagConfiguration.
- value (str) – The value to assign to the value property of this TagConfiguration.
-
key
¶ Gets the key of this TagConfiguration. Key of the container tag Metadata
Returns: The key of this TagConfiguration. Return type: str
-
value
¶ Gets the value of this TagConfiguration. Value of the container tag Metadata
Returns: The value of this TagConfiguration. Return type: str
-