class documentation

class AccountCaptureNotificationEmailsSentDetails(bb.Struct): (source)

View In Hierarchy

Sent account capture email to all unmanaged members. :ivar team_log.AccountCaptureNotificationEmailsSentDetails.domain_name: Domain name. :ivar team_log.AccountCaptureNotificationEmailsSentDetails.notification_type: Account-capture email notification type.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable domain_name Undocumented
Instance Variable notification_type Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _domain_name_value Undocumented
Instance Variable _notification_type_value Undocumented
def __init__(self, domain_name=None, notification_type=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

domain_name = (source)

Undocumented

notification_type = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_domain_name_value = (source)

Undocumented

_notification_type_value = (source)

Undocumented