TableauPulseInsightsserviceV1Error
Properties
Name |
Type |
Description |
Notes |
code |
str |
|
[optional] |
message |
str |
|
[optional] |
Example
from openapi_client.models.tableau_pulse_insightsservice_v1_error import TableauPulseInsightsserviceV1Error
# TODO update the JSON string below
json = "{}"
# create an instance of TableauPulseInsightsserviceV1Error from a JSON string
tableau_pulse_insightsservice_v1_error_instance = TableauPulseInsightsserviceV1Error.from_json(json)
# print the JSON string representation of the object
print(TableauPulseInsightsserviceV1Error.to_json())
# convert the object into a dict
tableau_pulse_insightsservice_v1_error_dict = tableau_pulse_insightsservice_v1_error_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1Error from a dict
tableau_pulse_insightsservice_v1_error_from_dict = TableauPulseInsightsserviceV1Error.from_dict(tableau_pulse_insightsservice_v1_error_dict)
[Back to Model list] [Back to API list] [Back to README]