TableauMetricqueryserviceTypesV1CategoricalValue
Properties
Name |
Type |
Description |
Notes |
string_value |
str |
|
[optional] |
bool_value |
bool |
|
[optional] |
null_value |
str |
|
[optional] |
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_categorical_value import TableauMetricqueryserviceTypesV1CategoricalValue
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1CategoricalValue from a JSON string
tableau_metricqueryservice_types_v1_categorical_value_instance = TableauMetricqueryserviceTypesV1CategoricalValue.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1CategoricalValue.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_categorical_value_dict = tableau_metricqueryservice_types_v1_categorical_value_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1CategoricalValue from a dict
tableau_metricqueryservice_types_v1_categorical_value_from_dict = TableauMetricqueryserviceTypesV1CategoricalValue.from_dict(tableau_metricqueryservice_types_v1_categorical_value_dict)
[Back to Model list] [Back to API list] [Back to README]