class documentation

class LinkAudienceDisallowedReason(VisibilityPolicyDisallowedReason): (source)

View In Hierarchy

check documentation for VisibilityPolicyDisallowedReason. 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.

Method _process_custom_annotations Undocumented

Inherited from VisibilityPolicyDisallowedReason:

Method is_delete_and_recreate Check if the union tag is ``delete_and_recreate``.
Method is_other Check if the union tag is ``other``.
Method is_permission_denied Check if the union tag is ``permission_denied``.
Method is_restricted_by_shared_folder Check if the union tag is ``restricted_by_shared_folder``.
Method is_restricted_by_team Check if the union tag is ``restricted_by_team``.
Method is_user_account_type Check if the union tag is ``user_account_type``.
Method is_user_not_on_team Check if the union tag is ``user_not_on_team``.
Class Variable delete_and_recreate Undocumented
Class Variable other Undocumented
Class Variable permission_denied Undocumented
Class Variable restricted_by_shared_folder Undocumented
Class Variable restricted_by_team Undocumented
Class Variable user_account_type Undocumented
Class Variable user_not_on_team Undocumented
Class Variable _catch_all Undocumented
def _process_custom_annotations(self, annotation_type, field_path, processor): (source)