class documentation

class MembersListArg(bb.Struct): (source)

View In Hierarchy

:ivar team.MembersListArg.limit: Number of results to return per call. :ivar team.MembersListArg.include_removed: Whether to return removed members.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable include_removed Undocumented
Instance Variable limit Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _include_removed_value Undocumented
Instance Variable _limit_value Undocumented
def __init__(self, limit=None, include_removed=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

include_removed = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_include_removed_value = (source)

Undocumented

_limit_value = (source)

Undocumented