models_v2.common_tdm_object_response_params module

class models_v2.common_tdm_object_response_params.CommonTdmObjectResponseParams(id=None, environment=None, name=None, status=None, created_by_user=None, last_refreshed_at=None, size_bytes=None, parent=None)[source]

Bases: object

Implementation of the ‘CommonTdmObjectResponseParams’ model.

Specifies the common parameters for a TDM object response.

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.

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.