TableauMetricqueryserviceTypesV1TargetValueGoal
Properties
Name |
Type |
Description |
Notes |
value |
float |
|
[optional] |
Example
from openapi_client.models.tableau_metricqueryservice_types_v1_target_value_goal import TableauMetricqueryserviceTypesV1TargetValueGoal
# TODO update the JSON string below
json = "{}"
# create an instance of TableauMetricqueryserviceTypesV1TargetValueGoal from a JSON string
tableau_metricqueryservice_types_v1_target_value_goal_instance = TableauMetricqueryserviceTypesV1TargetValueGoal.from_json(json)
# print the JSON string representation of the object
print(TableauMetricqueryserviceTypesV1TargetValueGoal.to_json())
# convert the object into a dict
tableau_metricqueryservice_types_v1_target_value_goal_dict = tableau_metricqueryservice_types_v1_target_value_goal_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1TargetValueGoal from a dict
tableau_metricqueryservice_types_v1_target_value_goal_from_dict = TableauMetricqueryserviceTypesV1TargetValueGoal.from_dict(tableau_metricqueryservice_types_v1_target_value_goal_dict)
[Back to Model list] [Back to API list] [Back to README]