Skip to content

TableauPulseSubscriptionserviceTypesV1MetricGroupingPreferences

Properties

Name Type Description Notes
group_by str [optional]
sort_order str [optional]

Example

from openapi_client.models.tableau_pulse_subscriptionservice_types_v1_metric_grouping_preferences import TableauPulseSubscriptionserviceTypesV1MetricGroupingPreferences

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

# convert the object into a dict
tableau_pulse_subscriptionservice_types_v1_metric_grouping_preferences_dict = tableau_pulse_subscriptionservice_types_v1_metric_grouping_preferences_instance.to_dict()
# create an instance of TableauPulseSubscriptionserviceTypesV1MetricGroupingPreferences from a dict
tableau_pulse_subscriptionservice_types_v1_metric_grouping_preferences_from_dict = TableauPulseSubscriptionserviceTypesV1MetricGroupingPreferences.from_dict(tableau_pulse_subscriptionservice_types_v1_metric_grouping_preferences_dict)
[Back to Model list] [Back to API list] [Back to README]