Skip to content

TableauMetricqueryserviceTypesV1MeasurementPeriod

Properties

Name Type Description Notes
granularity str [optional]
range str [optional]

Example

from openapi_client.models.tableau_metricqueryservice_types_v1_measurement_period import TableauMetricqueryserviceTypesV1MeasurementPeriod

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

# convert the object into a dict
tableau_metricqueryservice_types_v1_measurement_period_dict = tableau_metricqueryservice_types_v1_measurement_period_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1MeasurementPeriod from a dict
tableau_metricqueryservice_types_v1_measurement_period_from_dict = TableauMetricqueryserviceTypesV1MeasurementPeriod.from_dict(tableau_metricqueryservice_types_v1_measurement_period_dict)
[Back to Model list] [Back to API list] [Back to README]