class documentation

class AdminAlertingChangedAlertConfigDetails(bb.Struct): (source)

View In Hierarchy

Changed an alert setting. :ivar team_log.AdminAlertingChangedAlertConfigDetails.alert_name: Alert Name. :ivar team_log.AdminAlertingChangedAlertConfigDetails.previous_alert_config: Previous alert configuration. :ivar team_log.AdminAlertingChangedAlertConfigDetails.new_alert_config: New alert configuration.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable alert_name Undocumented
Instance Variable new_alert_config Undocumented
Instance Variable previous_alert_config Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _alert_name_value Undocumented
Instance Variable _new_alert_config_value Undocumented
Instance Variable _previous_alert_config_value Undocumented
def __init__(self, alert_name=None, previous_alert_config=None, new_alert_config=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

alert_name = (source)

Undocumented

new_alert_config = (source)

Undocumented

previous_alert_config = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_alert_name_value = (source)

Undocumented

_new_alert_config_value = (source)

Undocumented

_previous_alert_config_value = (source)

Undocumented