TableauMetricqueryserviceTypesV1AbstractQuerySpecification
Properties
Name |
Type |
Description |
Notes |
abstract_query_string |
str |
|
[optional] |
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_abstract_query_specification import TableauMetricqueryserviceTypesV1AbstractQuerySpecification
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1AbstractQuerySpecification from a JSON string
tableau_metricqueryservice_types_v1_abstract_query_specification_instance = TableauMetricqueryserviceTypesV1AbstractQuerySpecification.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1AbstractQuerySpecification.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_abstract_query_specification_dict = tableau_metricqueryservice_types_v1_abstract_query_specification_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1AbstractQuerySpecification from a dict
tableau_metricqueryservice_types_v1_abstract_query_specification_from_dict = TableauMetricqueryserviceTypesV1AbstractQuerySpecification.from_dict(tableau_metricqueryservice_types_v1_abstract_query_specification_dict)
[Back to Model list] [Back to API list] [Back to README]