models.destroy_cloned_entity_info_proto_cloned_entity module

class models.destroy_cloned_entity_info_proto_cloned_entity.DestroyClonedEntityInfoProtoClonedEntity(entity=None, relative_restore_path_vec=None)[source]

Bases: object

Implementation of the ‘DestroyClonedEntityInfoProto_ClonedEntity’ model.

TODO: type model description here.

Attributes:
entity (EntityProto): Specifies the attributes and the latest

statistics about an entity.

relative_restore_path_vec (list of string): Path of all files created

by the clone operation. Each path is relative to the clone view.

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.