TermAssociatedObject¶
-
class
oci.data_catalog.models.
TermAssociatedObject
(**kwargs)¶ Bases:
object
Projection of an object that is tagged to a term.
Methods
__init__
(**kwargs)Initializes a new TermAssociatedObject object with values from keyword arguments. Attributes
key
[Required] Gets the key of this TermAssociatedObject. name
Gets the name of this TermAssociatedObject. uri
Gets the uri of this TermAssociatedObject. -
__init__
(**kwargs)¶ Initializes a new TermAssociatedObject 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 TermAssociatedObject.
- name (str) – The value to assign to the name property of this TermAssociatedObject.
- uri (str) – The value to assign to the uri property of this TermAssociatedObject.
-
key
¶ [Required] Gets the key of this TermAssociatedObject. Immutable key used to uniquely identify the associated object.
Returns: The key of this TermAssociatedObject. Return type: str
-
name
¶ Gets the name of this TermAssociatedObject. Name of the associated object.
Returns: The name of this TermAssociatedObject. Return type: str
-
uri
¶ Gets the uri of this TermAssociatedObject. URI of the associated object within the data catalog API.
Returns: The uri of this TermAssociatedObject. Return type: str
-