FeatureInfoObject Class

The base class Features-related response objects inherit from.

Inheritance
FeatureInfoObject

Constructor

FeatureInfoObject(*, id: Optional[int] = None, name: Optional[str] = None, is_active: Optional[bool] = None, enabled_for_all_models: Optional[bool] = None, **kwargs)

Parameters

id
int
Required

A six-digit ID used for Features.

name
str
Required

The name of the Feature.

is_active
bool
Required

Indicates if the feature is enabled.

enabled_for_all_models
bool
Required

Indicates if the feature is enabled for all models in the application.