class documentation

class SharingAllowlistRemoveArgs(bb.Struct): (source)

View In Hierarchy

:ivar team.SharingAllowlistRemoveArgs.domains: List of domains represented by valid string representation (RFC-1034/5). :ivar team.SharingAllowlistRemoveArgs.emails: List of emails represented by valid string representation (RFC-5322/822).

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable domains Undocumented
Instance Variable emails Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _domains_value Undocumented
Instance Variable _emails_value Undocumented
def __init__(self, domains=None, emails=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

_domains_value = (source)

Undocumented

_emails_value = (source)

Undocumented