class documentation

class FeaturesGetValuesBatchArg(bb.Struct): (source)

View In Hierarchy

:ivar team.FeaturesGetValuesBatchArg.features: A list of features in :class:`Feature`. If the list is empty, this route will return :class:`FeaturesGetValuesBatchError`.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

features = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_features_value = (source)

Undocumented