class documentation

class DeleteTeamInviteLinkDetails(bb.Struct): (source)

View In Hierarchy

Deleted team invite link. :ivar team_log.DeleteTeamInviteLinkDetails.link_url: The invite link url that was deleted.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

link_url = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_link_url_value = (source)

Undocumented