Skip to content

TableauMetricqueryserviceTypesV1VizStateSpecification

Properties

Name Type Description Notes
viz_state_string str [optional]

Example

from openapi_client.models.tableau_metricqueryservice_types_v1_viz_state_specification import TableauMetricqueryserviceTypesV1VizStateSpecification

# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1VizStateSpecification from a JSON string
tableau_metricqueryservice_types_v1_viz_state_specification_instance = TableauMetricqueryserviceTypesV1VizStateSpecification.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1VizStateSpecification.to_json())

# convert the object into a dict
tableau_metricqueryservice_types_v1_viz_state_specification_dict = tableau_metricqueryservice_types_v1_viz_state_specification_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1VizStateSpecification from a dict
tableau_metricqueryservice_types_v1_viz_state_specification_from_dict = TableauMetricqueryserviceTypesV1VizStateSpecification.from_dict(tableau_metricqueryservice_types_v1_viz_state_specification_dict)
[Back to Model list] [Back to API list] [Back to README]