class documentation

class MembersSetPermissions2Result(bb.Struct): (source)

View In Hierarchy

:ivar team.MembersSetPermissions2Result.team_member_id: The member ID of the user to which the change was applied. :ivar team.MembersSetPermissions2Result.roles: The roles after the change. Empty in case the user become a non-admin.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable roles Undocumented
Instance Variable team_member_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _roles_value Undocumented
Instance Variable _team_member_id_value Undocumented
def __init__(self, team_member_id=None, roles=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

team_member_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_roles_value = (source)

Undocumented

_team_member_id_value = (source)

Undocumented