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