Files
cfw-autumn/others/python-sdk/docs/models/planfeature.md
2026-02-16 20:19:08 +00:00

2.8 KiB
Raw Blame History

PlanFeature

Fields

Field Type Required Description
id str ✔️ The ID of the feature, used to refer to it in other API calls like /track or /check.
name OptionalNullable[str] The name of the feature.
type models.PlanType ✔️ The type of the feature
display OptionalNullable[models.ItemFeatureDisplay] Singular and plural display names for the feature.
credit_schema List[models.PlanCreditSchema] Credit cost schema for credit system features.
archived OptionalNullable[bool] Whether or not the feature is archived.