class documentation

class LegalHoldHeldRevisionMetadata(bb.Struct): (source)

View In Hierarchy

:ivar team.LegalHoldHeldRevisionMetadata.new_filename: The held revision filename. :ivar team.LegalHoldHeldRevisionMetadata.original_revision_id: The id of the held revision. :ivar team.LegalHoldHeldRevisionMetadata.original_file_path: The original path of the held revision. :ivar team.LegalHoldHeldRevisionMetadata.server_modified: The last time the file was modified on Dropbox. :ivar team.LegalHoldHeldRevisionMetadata.author_member_id: The member id of the revision's author. :ivar team.LegalHoldHeldRevisionMetadata.author_member_status: The member status of the revision's author. :ivar team.LegalHoldHeldRevisionMetadata.author_email: The email address of the held revision author. :ivar team.LegalHoldHeldRevisionMetadata.file_type: The type of the held revision's file. :ivar team.LegalHoldHeldRevisionMetadata.size: The file size in bytes. :ivar team.LegalHoldHeldRevisionMetadata.content_hash: A hash of the file content. This field can be used to verify data integrity. For more information see our `Content hash <https://www.dropbox.com/developers/reference/content-hash>`_ page.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable author_email Undocumented
Instance Variable author_member_id Undocumented
Instance Variable author_member_status Undocumented
Instance Variable content_hash Undocumented
Instance Variable file_type Undocumented
Instance Variable new_filename Undocumented
Instance Variable original_file_path Undocumented
Instance Variable original_revision_id Undocumented
Instance Variable server_modified Undocumented
Instance Variable size Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _author_email_value Undocumented
Instance Variable _author_member_id_value Undocumented
Instance Variable _author_member_status_value Undocumented
Instance Variable _content_hash_value Undocumented
Instance Variable _file_type_value Undocumented
Instance Variable _new_filename_value Undocumented
Instance Variable _original_file_path_value Undocumented
Instance Variable _original_revision_id_value Undocumented
Instance Variable _server_modified_value Undocumented
Instance Variable _size_value Undocumented
def __init__(self, new_filename=None, original_revision_id=None, original_file_path=None, server_modified=None, author_member_id=None, author_member_status=None, author_email=None, file_type=None, size=None, content_hash=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

author_email = (source)

Undocumented

author_member_id = (source)

Undocumented

author_member_status = (source)

Undocumented

content_hash = (source)

Undocumented

file_type = (source)

Undocumented

new_filename = (source)

Undocumented

original_file_path = (source)

Undocumented

original_revision_id = (source)

Undocumented

server_modified = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_author_email_value = (source)

Undocumented

_author_member_id_value = (source)

Undocumented

_author_member_status_value = (source)

Undocumented

_content_hash_value = (source)

Undocumented

_file_type_value = (source)

Undocumented

_new_filename_value = (source)

Undocumented

_original_file_path_value = (source)

Undocumented

_original_revision_id_value = (source)

Undocumented

_server_modified_value = (source)

Undocumented

_size_value = (source)

Undocumented