TableauAnalyticsextensionsV1ServerSettings
Properties
Name |
Type |
Description |
Notes |
enabled |
bool |
|
[optional] |
Example
from openapi_client.models.tableau_analyticsextensions_v1_server_settings import TableauAnalyticsextensionsV1ServerSettings
# TODO update the JSON string below
json = "{}"
# create an instance of TableauAnalyticsextensionsV1ServerSettings from a JSON string
tableau_analyticsextensions_v1_server_settings_instance = TableauAnalyticsextensionsV1ServerSettings.from_json(json)
# print the JSON string representation of the object
print(TableauAnalyticsextensionsV1ServerSettings.to_json())
# convert the object into a dict
tableau_analyticsextensions_v1_server_settings_dict = tableau_analyticsextensions_v1_server_settings_instance.to_dict()
# create an instance of TableauAnalyticsextensionsV1ServerSettings from a dict
tableau_analyticsextensions_v1_server_settings_from_dict = TableauAnalyticsextensionsV1ServerSettings.from_dict(tableau_analyticsextensions_v1_server_settings_dict)
[Back to Model list] [Back to API list] [Back to README]