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