class documentation

class UpdateFileRequestArgs(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.file_requests_update`. :ivar file_requests.UpdateFileRequestArgs.id: The ID of the file request to update. :ivar file_requests.UpdateFileRequestArgs.title: The new title of the file request. Must not be empty. :ivar file_requests.UpdateFileRequestArgs.destination: The new 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.UpdateFileRequestArgs.deadline: The new deadline for the file request. Deadlines can only be set by Professional and Business accounts. :ivar file_requests.UpdateFileRequestArgs.open: Whether to set this file request as open or closed. :ivar file_requests.UpdateFileRequestArgs.description: The 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 id 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 _id_value Undocumented
Instance Variable _open_value Undocumented
Instance Variable _title_value Undocumented
def __init__(self, id=None, 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

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

_id_value = (source)

Undocumented

_open_value = (source)

Undocumented

_title_value = (source)

Undocumented