AllowanceDetail#
- class AllowanceDetail(feature_id=None, value_type=None, value=None, scope=None, *args, **kwargs)#
Bases:
object
Model representing allowance details.
- Parameters:
feature_id (max=100 chars) – (
feature_id
) Indicates feature ID like MAX_NODES, APP_MONITORING.value_type – (
value_type
)value (max=25 chars) – (
value
) Attribute for feature value. For boolean, it will be true/false.For integer it will be any numeric value. True value indicates the feature is available to use.scope – (
scope
)
- property feature_id#
Indicates feature ID like MAX_NODES, APP_MONITORING.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property value#
Attribute for feature value. For boolean, it will be true/false.For integer it will be any numeric value. True value indicates the feature is available to use.
- Type:
str