ExportObjectMetadataSummary¶
-
class
oci.data_integration.models.
ExportObjectMetadataSummary
(**kwargs)¶ Bases:
object
Details of the exported object
Methods
__init__
(**kwargs)Initializes a new ExportObjectMetadataSummary object with values from keyword arguments. Attributes
aggregator_key
Gets the aggregator_key of this ExportObjectMetadataSummary. identifier
Gets the identifier of this ExportObjectMetadataSummary. key
Gets the key of this ExportObjectMetadataSummary. name
Gets the name of this ExportObjectMetadataSummary. name_path
Gets the name_path of this ExportObjectMetadataSummary. object_type
Gets the object_type of this ExportObjectMetadataSummary. object_version
Gets the object_version of this ExportObjectMetadataSummary. time_updated_in_millis
Gets the time_updated_in_millis of this ExportObjectMetadataSummary. -
__init__
(**kwargs)¶ Initializes a new ExportObjectMetadataSummary 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 ExportObjectMetadataSummary.
- name (str) – The value to assign to the name property of this ExportObjectMetadataSummary.
- identifier (str) – The value to assign to the identifier property of this ExportObjectMetadataSummary.
- object_type (str) – The value to assign to the object_type property of this ExportObjectMetadataSummary.
- object_version (str) – The value to assign to the object_version property of this ExportObjectMetadataSummary.
- aggregator_key (str) – The value to assign to the aggregator_key property of this ExportObjectMetadataSummary.
- name_path (str) – The value to assign to the name_path property of this ExportObjectMetadataSummary.
- time_updated_in_millis (int) – The value to assign to the time_updated_in_millis property of this ExportObjectMetadataSummary.
-
aggregator_key
¶ Gets the aggregator_key of this ExportObjectMetadataSummary. Aggregator key
Returns: The aggregator_key of this ExportObjectMetadataSummary. Return type: str
-
identifier
¶ Gets the identifier of this ExportObjectMetadataSummary. Object identifier
Returns: The identifier of this ExportObjectMetadataSummary. Return type: str
-
key
¶ Gets the key of this ExportObjectMetadataSummary. Key of the object
Returns: The key of this ExportObjectMetadataSummary. Return type: str
-
name
¶ Gets the name of this ExportObjectMetadataSummary. Name of the object
Returns: The name of this ExportObjectMetadataSummary. Return type: str
-
name_path
¶ Gets the name_path of this ExportObjectMetadataSummary. Object name path
Returns: The name_path of this ExportObjectMetadataSummary. Return type: str
-
object_type
¶ Gets the object_type of this ExportObjectMetadataSummary. Object type
Returns: The object_type of this ExportObjectMetadataSummary. Return type: str
-
object_version
¶ Gets the object_version of this ExportObjectMetadataSummary. Object version
Returns: The object_version of this ExportObjectMetadataSummary. Return type: str
-
time_updated_in_millis
¶ Gets the time_updated_in_millis of this ExportObjectMetadataSummary. time at which this object was last updated.
Returns: The time_updated_in_millis of this ExportObjectMetadataSummary. Return type: int
-