TableauPulseInsightsserviceV1Row
Properties
Example
from openapi_client.models.tableau_pulse_insightsservice_v1_row import TableauPulseInsightsserviceV1Row
# TODO update the JSON string below
json = "{}"
# create an instance of TableauPulseInsightsserviceV1Row from a JSON string
tableau_pulse_insightsservice_v1_row_instance = TableauPulseInsightsserviceV1Row.from_json(json)
# print the JSON string representation of the object
print(TableauPulseInsightsserviceV1Row.to_json())
# convert the object into a dict
tableau_pulse_insightsservice_v1_row_dict = tableau_pulse_insightsservice_v1_row_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1Row from a dict
tableau_pulse_insightsservice_v1_row_from_dict = TableauPulseInsightsserviceV1Row.from_dict(tableau_pulse_insightsservice_v1_row_dict)
[Back to Model list] [Back to API list] [Back to README]