Skip to content

TableauPulseInsightsserviceV1InputMetric

Properties

Name Type Description Notes
definition TableauMetricqueryserviceTypesV1DefinitionSpecification [optional]
metric_specification TableauMetricqueryserviceTypesV1MetricSpecification [optional]
extension_options TableauMetricqueryserviceTypesV1ExtensionOptions [optional]
representation_options TableauMetricqueryserviceTypesV1RepresentationOptions [optional]
insights_options TableauMetricqueryserviceTypesV1InsightsOptions [optional]
goals TableauPulseInsightsserviceV1Goals [optional]

Example

from openapi_client.models.tableau_pulse_insightsservice_v1_input_metric import TableauPulseInsightsserviceV1InputMetric

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

# convert the object into a dict
tableau_pulse_insightsservice_v1_input_metric_dict = tableau_pulse_insightsservice_v1_input_metric_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1InputMetric from a dict
tableau_pulse_insightsservice_v1_input_metric_from_dict = TableauPulseInsightsserviceV1InputMetric.from_dict(tableau_pulse_insightsservice_v1_input_metric_dict)
[Back to Model list] [Back to API list] [Back to README]