class documentation

class CreateTeamInviteLinkDetails(bb.Struct): (source)

View In Hierarchy

Created team invite link. :ivar team_log.CreateTeamInviteLinkDetails.link_url: The invite link url that was created. :ivar team_log.CreateTeamInviteLinkDetails.expiry_date: The expiration date of the invite link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable expiry_date Undocumented
Instance Variable link_url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _expiry_date_value Undocumented
Instance Variable _link_url_value Undocumented
def __init__(self, link_url=None, expiry_date=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

expiry_date = (source)

Undocumented

link_url = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_expiry_date_value = (source)

Undocumented

_link_url_value = (source)

Undocumented