class documentation

class RecipientsConfiguration(bb.Struct): (source)

View In Hierarchy

Recipients Configuration :ivar team_log.RecipientsConfiguration.recipient_setting_type: Recipients setting type. :ivar team_log.RecipientsConfiguration.emails: A list of user emails to notify. :ivar team_log.RecipientsConfiguration.groups: A list of groups to notify.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable emails Undocumented
Instance Variable groups Undocumented
Instance Variable recipient_setting_type Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _emails_value Undocumented
Instance Variable _groups_value Undocumented
Instance Variable _recipient_setting_type_value Undocumented
def __init__(self, recipient_setting_type=None, emails=None, groups=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

recipient_setting_type = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_emails_value = (source)

Undocumented

_groups_value = (source)

Undocumented

_recipient_setting_type_value = (source)

Undocumented