class documentation

class SharingAllowlistListResponse(bb.Struct): (source)

View In Hierarchy

:ivar team.SharingAllowlistListResponse.domains: List of domains represented by valid string representation (RFC-1034/5). :ivar team.SharingAllowlistListResponse.emails: List of emails represented by valid string representation (RFC-5322/822). :ivar team.SharingAllowlistListResponse.cursor: If this is nonempty, there are more entries that can be fetched with :meth:`dropbox.dropbox_client.Dropbox.team_sharing_allowlist_list_continue`. :ivar team.SharingAllowlistListResponse.has_more: if true indicates that more entries can be fetched with :meth:`dropbox.dropbox_client.Dropbox.team_sharing_allowlist_list_continue`.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable domains Undocumented
Instance Variable emails Undocumented
Instance Variable has_more Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _domains_value Undocumented
Instance Variable _emails_value Undocumented
Instance Variable _has_more_value Undocumented
def __init__(self, domains=None, emails=None, cursor=None, has_more=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

has_more = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_domains_value = (source)

Undocumented

_emails_value = (source)

Undocumented

_has_more_value = (source)

Undocumented