class documentation

class TeamMergeRequestReminderShownToPrimaryTeamDetails(bb.Struct): (source)

View In Hierarchy

Sent a team merge request reminder. :ivar team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.secondary_team: The secondary team name. :ivar team_log.TeamMergeRequestReminderShownToPrimaryTeamDetails.sent_to: The name of the primary team admin the request was sent to.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable secondary_team Undocumented
Instance Variable sent_to Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _secondary_team_value Undocumented
Instance Variable _sent_to_value Undocumented
def __init__(self, secondary_team=None, sent_to=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_to_value = (source)

Undocumented