ExtendedMetadata¶
-
class
oci.self.models.ExtendedMetadata(**kwargs)¶ Bases:
objectAdditional metadata key/value pairs.
Methods
__init__(**kwargs)Initializes a new ExtendedMetadata object with values from keyword arguments. Attributes
key[Required] Gets the key of this ExtendedMetadata. value[Required] Gets the value of this ExtendedMetadata. -
__init__(**kwargs)¶ Initializes a new ExtendedMetadata 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 ExtendedMetadata.
- value (str) – The value to assign to the value property of this ExtendedMetadata.
-
key¶ [Required] Gets the key of this ExtendedMetadata. Additional attribute for extendedMetadata.
Returns: The key of this ExtendedMetadata. Return type: str
-
value¶ [Required] Gets the value of this ExtendedMetadata. It contains the value of above key.
Returns: The value of this ExtendedMetadata. Return type: str
-