FreeTrialFeatureConfigurationResult¶
Structure Class¶
FreeTrialFeatureConfigurationResult
dataclass
¶
Contains information about the free trial period for a feature.
Attributes¶
free_trial_days_remaining
class-attribute
instance-attribute
¶
free_trial_days_remaining: int | None = None
The number of the remaining free trial days for the feature.
name
class-attribute
instance-attribute
¶
name: FreeTrialFeatureResult | None = None
The name of the feature for which the free trial is configured.