TableauPulseInsightsserviceV1RowEntry
Properties
Name |
Type |
Description |
Notes |
formatted_value |
str |
|
[optional] |
Example
from openapi_client.models.tableau_pulse_insightsservice_v1_row_entry import TableauPulseInsightsserviceV1RowEntry
# TODO update the JSON string below
json = "{}"
# create an instance of TableauPulseInsightsserviceV1RowEntry from a JSON string
tableau_pulse_insightsservice_v1_row_entry_instance = TableauPulseInsightsserviceV1RowEntry.from_json(json)
# print the JSON string representation of the object
print(TableauPulseInsightsserviceV1RowEntry.to_json())
# convert the object into a dict
tableau_pulse_insightsservice_v1_row_entry_dict = tableau_pulse_insightsservice_v1_row_entry_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1RowEntry from a dict
tableau_pulse_insightsservice_v1_row_entry_from_dict = TableauPulseInsightsserviceV1RowEntry.from_dict(tableau_pulse_insightsservice_v1_row_entry_dict)
[Back to Model list] [Back to API list] [Back to README]