class documentation

class AdminRole(bb.Union): (source)

View In Hierarchy

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 is_billing_admin Check if the union tag is ``billing_admin``.
Method is_compliance_admin Check if the union tag is ``compliance_admin``.
Method is_content_admin Check if the union tag is ``content_admin``.
Method is_limited_admin Check if the union tag is ``limited_admin``.
Method is_member_only Check if the union tag is ``member_only``.
Method is_other Check if the union tag is ``other``.
Method is_reporting_admin Check if the union tag is ``reporting_admin``.
Method is_security_admin Check if the union tag is ``security_admin``.
Method is_support_admin Check if the union tag is ``support_admin``.
Method is_team_admin Check if the union tag is ``team_admin``.
Method is_user_management_admin Check if the union tag is ``user_management_admin``.
Class Variable billing_admin Undocumented
Class Variable compliance_admin Undocumented
Class Variable content_admin Undocumented
Class Variable limited_admin Undocumented
Class Variable member_only Undocumented
Class Variable other Undocumented
Class Variable reporting_admin Undocumented
Class Variable security_admin Undocumented
Class Variable support_admin Undocumented
Class Variable team_admin Undocumented
Class Variable user_management_admin Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_billing_admin(self): (source)

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

def is_compliance_admin(self): (source)

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

def is_content_admin(self): (source)

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

def is_limited_admin(self): (source)

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

def is_member_only(self): (source)

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

def is_other(self): (source)

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

def is_reporting_admin(self): (source)

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

def is_security_admin(self): (source)

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

def is_support_admin(self): (source)

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

def is_team_admin(self): (source)

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

def is_user_management_admin(self): (source)

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

billing_admin = (source)

Undocumented

compliance_admin = (source)

Undocumented

content_admin = (source)

Undocumented

limited_admin = (source)

Undocumented

member_only = (source)

Undocumented

Undocumented

reporting_admin = (source)

Undocumented

security_admin = (source)

Undocumented

support_admin = (source)

Undocumented

team_admin = (source)

Undocumented

user_management_admin = (source)

Undocumented

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

Undocumented

_catch_all: str = (source)

Undocumented