Skip to content

TableauMetricqueryserviceTypesV1InsightsOptionsInsightSetting

Properties

Name Type Description Notes
type str [optional]
disabled bool [optional]

Example

from openapi_client.models.tableau_metricqueryservice_types_v1_insights_options_insight_setting import TableauMetricqueryserviceTypesV1InsightsOptionsInsightSetting

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

# convert the object into a dict
tableau_metricqueryservice_types_v1_insights_options_insight_setting_dict = tableau_metricqueryservice_types_v1_insights_options_insight_setting_instance.to_dict()
# create an instance of TableauMetricqueryserviceTypesV1InsightsOptionsInsightSetting from a dict
tableau_metricqueryservice_types_v1_insights_options_insight_setting_from_dict = TableauMetricqueryserviceTypesV1InsightsOptionsInsightSetting.from_dict(tableau_metricqueryservice_types_v1_insights_options_insight_setting_dict)
[Back to Model list] [Back to API list] [Back to README]