class documentation

This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method. :ivar team.LegalHoldsError.unknown_legal_hold_error: There has been an unknown legal hold error. :ivar team.LegalHoldsError.insufficient_permissions: You don't have permissions to perform this action.

Method is_insufficient_permissions Check if the union tag is ``insufficient_permissions``.
Method is_other Check if the union tag is ``other``.
Method is_unknown_legal_hold_error Check if the union tag is ``unknown_legal_hold_error``.
Class Variable insufficient_permissions Undocumented
Class Variable other Undocumented
Class Variable unknown_legal_hold_error Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_insufficient_permissions(self): (source)

Check if the union tag is ``insufficient_permissions``. :rtype: bool

def is_other(self): (source)

Check if the union tag is ``other``. :rtype: bool

def is_unknown_legal_hold_error(self): (source)

Check if the union tag is ``unknown_legal_hold_error``. :rtype: bool

insufficient_permissions = (source)

Undocumented

Undocumented

unknown_legal_hold_error = (source)

Undocumented

_catch_all: str = (source)

Undocumented