models_v2.tdm_object module

class models_v2.tdm_object.TdmObject(id=None, environment=None, name=None, status=None, created_by_user=None, last_refreshed_at=None, size_bytes=None, parent=None, oracle_params=None)[source]

Bases: object

Implementation of the ‘TdmObject’ model.

Specifies a TDM object.

Attributes:

id (string): Specifies the unique ID of the object. name (string): Specifies the name of the object. status (Status11Enum): Specifies the current status of the object. environment (Environment12Enum): Specifies the environment of the

object.

created_by_user (User): Specifies the user, who created the object. last_refreshed_at (long|int): Specifies the timestamp (in usecs from

epoch) when the object was last refreshed.

size_bytes (long|int): Specifies the size (in bytes) of the object. parent (ObjectSummary): Specifies the parent of the object. oracle_params (OracleCloneObject): Specifies the information about an

Oracle clone object.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.