class documentation

class SecondaryTeamRequestAcceptedDetails(bb.Struct): (source)

View In Hierarchy

Team merge request acceptance details shown to the secondary team :ivar team_log.SecondaryTeamRequestAcceptedDetails.primary_team: The primary team name. :ivar team_log.SecondaryTeamRequestAcceptedDetails.sent_by: The name of the secondary team admin who sent the request originally.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable primary_team Undocumented
Instance Variable sent_by Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _primary_team_value Undocumented
Instance Variable _sent_by_value Undocumented
def __init__(self, primary_team=None, sent_by=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

primary_team = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_primary_team_value = (source)

Undocumented

_sent_by_value = (source)

Undocumented