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