TableauMetricqueryserviceTypesV1RepresentationOptions
Properties
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_representation_options import TableauMetricqueryserviceTypesV1RepresentationOptions
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptions from a JSON string
tableau_metricqueryservice_types_v1_representation_options_instance = TableauMetricqueryserviceTypesV1RepresentationOptions.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1RepresentationOptions.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_representation_options_dict = tableau_metricqueryservice_types_v1_representation_options_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1RepresentationOptions from a dict
tableau_metricqueryservice_types_v1_representation_options_from_dict = TableauMetricqueryserviceTypesV1RepresentationOptions.from_dict(tableau_metricqueryservice_types_v1_representation_options_dict)
[Back to Model list] [Back to API list] [Back to README]