class documentation

class CreateFileRequestArgs(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.file_requests_create`. :ivar file_requests.CreateFileRequestArgs.title: The title of the file request. Must not be empty. :ivar file_requests.CreateFileRequestArgs.destination: The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app folder permission, this will be relative to the app folder. :ivar file_requests.CreateFileRequestArgs.deadline: The deadline for the file request. Deadlines can only be set by Professional and Business accounts. :ivar file_requests.CreateFileRequestArgs.open: Whether or not the file request should be open. If the file request is closed, it will not accept any file submissions, but it can be opened later. :ivar file_requests.CreateFileRequestArgs.description: A description of the file request.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable deadline Undocumented
Instance Variable description Undocumented
Instance Variable destination Undocumented
Instance Variable open Undocumented
Instance Variable title Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _deadline_value Undocumented
Instance Variable _description_value Undocumented
Instance Variable _destination_value Undocumented
Instance Variable _open_value Undocumented
Instance Variable _title_value Undocumented
def __init__(self, title=None, destination=None, deadline=None, open=None, description=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

deadline = (source)

Undocumented

description = (source)

Undocumented

destination = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_deadline_value = (source)

Undocumented

_description_value = (source)

Undocumented

_destination_value = (source)

Undocumented

_open_value = (source)

Undocumented

_title_value = (source)

Undocumented