class documentation

class ResendVerificationEmailArg(bb.Struct): (source)

View In Hierarchy

:ivar team.ResendVerificationEmailArg.emails_to_resend: List of users and secondary emails to resend verification emails to.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable emails_to_resend Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _emails_to_resend_value Undocumented
def __init__(self, emails_to_resend=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

emails_to_resend = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_emails_to_resend_value = (source)

Undocumented