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