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