class documentation

class ChangedEnterpriseAdminRoleDetails(bb.Struct): (source)

View In Hierarchy

Changed enterprise admin role. :ivar team_log.ChangedEnterpriseAdminRoleDetails.previous_value: The member&#x2019s previous enterprise admin role. :ivar team_log.ChangedEnterpriseAdminRoleDetails.new_value: The member&#x2019s new enterprise admin role. :ivar team_log.ChangedEnterpriseAdminRoleDetails.team_name: The name of the member&#x2019s team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable new_value Undocumented
Instance Variable previous_value Undocumented
Instance Variable team_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _new_value_value Undocumented
Instance Variable _previous_value_value Undocumented
Instance Variable _team_name_value Undocumented
def __init__(self, previous_value=None, new_value=None, team_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

new_value = (source)

Undocumented

previous_value = (source)

Undocumented

team_name = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_new_value_value = (source)

Undocumented

_previous_value_value = (source)

Undocumented

_team_name_value = (source)

Undocumented