class documentation

class ResellerLogInfo(bb.Struct): (source)

View In Hierarchy

Reseller information. :ivar team_log.ResellerLogInfo.reseller_name: Reseller name. :ivar team_log.ResellerLogInfo.reseller_email: Reseller email.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable reseller_email Undocumented
Instance Variable reseller_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _reseller_email_value Undocumented
Instance Variable _reseller_name_value Undocumented
def __init__(self, reseller_name=None, reseller_email=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

reseller_email = (source)

Undocumented

reseller_name = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_reseller_email_value = (source)

Undocumented

_reseller_name_value = (source)

Undocumented