Skip to content

TableauPulseInsightsserviceV1Table

Properties

Name Type Description Notes
columns List[TableauPulseInsightsserviceV1ColumnInfo] [optional]
rows List[TableauPulseInsightsserviceV1Row] [optional]

Example

from openapi_client.models.tableau_pulse_insightsservice_v1_table import TableauPulseInsightsserviceV1Table

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

# convert the object into a dict
tableau_pulse_insightsservice_v1_table_dict = tableau_pulse_insightsservice_v1_table_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1Table from a dict
tableau_pulse_insightsservice_v1_table_from_dict = TableauPulseInsightsserviceV1Table.from_dict(tableau_pulse_insightsservice_v1_table_dict)
[Back to Model list] [Back to API list] [Back to README]