Skip to content

TableauPulseInsightsserviceTypesV1InsightFeedbackMetadata

Properties

Name Type Description Notes
type str [optional]
score float [optional]
dimension_hash str [optional]

Example

from openapi_client.models.tableau_pulse_insightsservice_types_v1_insight_feedback_metadata import TableauPulseInsightsserviceTypesV1InsightFeedbackMetadata

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

# convert the object into a dict
tableau_pulse_insightsservice_types_v1_insight_feedback_metadata_dict = tableau_pulse_insightsservice_types_v1_insight_feedback_metadata_instance.to_dict()
# create an instance of TableauPulseInsightsserviceTypesV1InsightFeedbackMetadata from a dict
tableau_pulse_insightsservice_types_v1_insight_feedback_metadata_from_dict = TableauPulseInsightsserviceTypesV1InsightFeedbackMetadata.from_dict(tableau_pulse_insightsservice_types_v1_insight_feedback_metadata_dict)
[Back to Model list] [Back to API list] [Back to README]