class documentation

class GetFileMetadataArg(bb.Struct): (source)

View In Hierarchy

Arguments of :meth:`dropbox.dropbox_client.Dropbox.sharing_get_file_metadata`. :ivar sharing.GetFileMetadataArg.file: The file to query. :ivar sharing.GetFileMetadataArg.actions: A list of `FileAction`s corresponding to `FilePermission`s that should appear in the response's ``SharedFileMetadata.permissions`` field describing the actions the authenticated user can perform on the file.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable actions Undocumented
Instance Variable file Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _actions_value Undocumented
Instance Variable _file_value Undocumented
def __init__(self, file=None, actions=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_actions_value = (source)

Undocumented

_file_value = (source)

Undocumented