Skip to content

TableauPulseInsightsserviceV1Goals

Properties

Name Type Description Notes
target TableauMetricqueryserviceTypesV1TargetValueGoal [optional]

Example

from openapi_client.models.tableau_pulse_insightsservice_v1_goals import TableauPulseInsightsserviceV1Goals

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

# convert the object into a dict
tableau_pulse_insightsservice_v1_goals_dict = tableau_pulse_insightsservice_v1_goals_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1Goals from a dict
tableau_pulse_insightsservice_v1_goals_from_dict = TableauPulseInsightsserviceV1Goals.from_dict(tableau_pulse_insightsservice_v1_goals_dict)
[Back to Model list] [Back to API list] [Back to README]