| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<uuid::Uuid> | [optional] | |
| title | Option<String> | [optional] | |
| description | Option<String> | [optional] | |
| cost_per_month_in_cents | Option<i32> | [optional] | |
| cost_per_month | Option<f64> | [optional] | |
| currency_code | Option<String> | [optional] | |
| is_cloud_provider_paying_feature | Option<bool> | [optional] | |
| cloud_provider_feature_documentation | Option<String> | [optional] | |
| is_qovery_paying_feature | Option<bool> | [optional] | |
| qovery_feature_documentation | Option<String> | [optional] | |
| value_type | Option<ValueType> | (enum: BOOLEAN) | [optional] |
| value_object | Option<models::ClusterFeatureResponseValueObject> | [optional] | |
| is_value_updatable | Option<bool> | [optional][default to false] | |
| accepted_values | Option<Vecmodels::ClusterFeatureResponseAcceptedValuesInner> | [optional] |