Skip to content

TableauPulseSubscriptionserviceTypesV1Follower

Properties

Name Type Description Notes
user_id str [optional]
group_id str [optional]

Example

from openapi_client.models.tableau_pulse_subscriptionservice_types_v1_follower import TableauPulseSubscriptionserviceTypesV1Follower

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

# convert the object into a dict
tableau_pulse_subscriptionservice_types_v1_follower_dict = tableau_pulse_subscriptionservice_types_v1_follower_instance.to_dict()
# create an instance of TableauPulseSubscriptionserviceTypesV1Follower from a dict
tableau_pulse_subscriptionservice_types_v1_follower_from_dict = TableauPulseSubscriptionserviceTypesV1Follower.from_dict(tableau_pulse_subscriptionservice_types_v1_follower_dict)
[Back to Model list] [Back to API list] [Back to README]