Skip to content

TableauMetricqueryserviceV1GetMetricResponse

Properties

Name Type Description Notes
metric TableauMetricqueryserviceTypesV1Metric [optional]

Example

from openapi_client.models.tableau_metricqueryservice_v1_get_metric_response import TableauMetricqueryserviceV1GetMetricResponse

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

# convert the object into a dict
tableau_metricqueryservice_v1_get_metric_response_dict = tableau_metricqueryservice_v1_get_metric_response_instance.to_dict()
# create an instance of TableauMetricqueryserviceV1GetMetricResponse from a dict
tableau_metricqueryservice_v1_get_metric_response_from_dict = TableauMetricqueryserviceV1GetMetricResponse.from_dict(tableau_metricqueryservice_v1_get_metric_response_dict)
[Back to Model list] [Back to API list] [Back to README]