TableauMetricqueryserviceTypesV1BatchGetMetricErrors
Properties
Name |
Type |
Description |
Notes |
id |
str |
|
[optional] |
error |
str |
|
[optional] |
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_batch_get_metric_errors import TableauMetricqueryserviceTypesV1BatchGetMetricErrors
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1BatchGetMetricErrors from a JSON string
tableau_metricqueryservice_types_v1_batch_get_metric_errors_instance = TableauMetricqueryserviceTypesV1BatchGetMetricErrors.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1BatchGetMetricErrors.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_batch_get_metric_errors_dict = tableau_metricqueryservice_types_v1_batch_get_metric_errors_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1BatchGetMetricErrors from a dict
tableau_metricqueryservice_types_v1_batch_get_metric_errors_from_dict = TableauMetricqueryserviceTypesV1BatchGetMetricErrors.from_dict(tableau_metricqueryservice_types_v1_batch_get_metric_errors_dict)
[Back to Model list] [Back to API list] [Back to README]