class documentation

class GetAccountBatchArg(bb.Struct): (source)

View In Hierarchy

:ivar users.GetAccountBatchArg.account_ids: List of user account identifiers. Should not contain any duplicate account IDs.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable account_ids Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _account_ids_value Undocumented
def __init__(self, account_ids=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

account_ids = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_account_ids_value = (source)

Undocumented