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