ReferenceUsedBy¶
-
class
oci.data_integration.models.
ReferenceUsedBy
(**kwargs)¶ Bases:
object
Referenced object information.
Methods
__init__
(**kwargs)Initializes a new ReferenceUsedBy object with values from keyword arguments. Attributes
key
Gets the key of this ReferenceUsedBy. name
Gets the name of this ReferenceUsedBy. name_path
Gets the name_path of this ReferenceUsedBy. -
__init__
(**kwargs)¶ Initializes a new ReferenceUsedBy 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 ReferenceUsedBy.
- name (str) – The value to assign to the name property of this ReferenceUsedBy.
- name_path (str) – The value to assign to the name_path property of this ReferenceUsedBy.
-
key
¶ Gets the key of this ReferenceUsedBy. The key of the published object.
Returns: The key of this ReferenceUsedBy. Return type: str
-
name
¶ Gets the name of this ReferenceUsedBy. The name of an published object.
Returns: The name of this ReferenceUsedBy. Return type: str
-
name_path
¶ Gets the name_path of this ReferenceUsedBy. The name path of the published object.
Returns: The name_path of this ReferenceUsedBy. Return type: str
-