class documentation

class PrimaryTeamRequestCanceledDetails(bb.Struct): (source)

View In Hierarchy

Team merge request cancellation details shown to the primary team :ivar team_log.PrimaryTeamRequestCanceledDetails.secondary_team: The secondary team name. :ivar team_log.PrimaryTeamRequestCanceledDetails.sent_by: The name of the secondary team admin who sent the request originally.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

secondary_team = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_secondary_team_value = (source)

Undocumented

_sent_by_value = (source)

Undocumented