Skip to content

TableauPulseSubscriptionserviceTypesV1MetricFollowerCount

Properties

Name Type Description Notes
metric_id str [optional]
follower_count int [optional]

Example

from openapi_client.models.tableau_pulse_subscriptionservice_types_v1_metric_follower_count import TableauPulseSubscriptionserviceTypesV1MetricFollowerCount

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

# convert the object into a dict
tableau_pulse_subscriptionservice_types_v1_metric_follower_count_dict = tableau_pulse_subscriptionservice_types_v1_metric_follower_count_instance.to_dict()
# create an instance of TableauPulseSubscriptionserviceTypesV1MetricFollowerCount from a dict
tableau_pulse_subscriptionservice_types_v1_metric_follower_count_from_dict = TableauPulseSubscriptionserviceTypesV1MetricFollowerCount.from_dict(tableau_pulse_subscriptionservice_types_v1_metric_follower_count_dict)
[Back to Model list] [Back to API list] [Back to README]