class documentation

class DomainVerificationAddDomainSuccessDetails(bb.Struct): (source)

View In Hierarchy

Verified team domain. :ivar team_log.DomainVerificationAddDomainSuccessDetails.domain_names: Domain names. :ivar team_log.DomainVerificationAddDomainSuccessDetails.verification_method: Domain name verification method. Might be missing due to historical data gap.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable domain_names Undocumented
Instance Variable verification_method Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _domain_names_value Undocumented
Instance Variable _verification_method_value Undocumented
def __init__(self, domain_names=None, verification_method=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

domain_names = (source)

Undocumented

verification_method = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_domain_names_value = (source)

Undocumented

_verification_method_value = (source)

Undocumented