Skip to content

TableauPulseSubscriptionserviceTypesV1ChannelPreferencesRequest

Properties

Name Type Description Notes
channel str [optional]
status str [optional]

Example

from openapi_client.models.tableau_pulse_subscriptionservice_types_v1_channel_preferences_request import TableauPulseSubscriptionserviceTypesV1ChannelPreferencesRequest

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

# convert the object into a dict
tableau_pulse_subscriptionservice_types_v1_channel_preferences_request_dict = tableau_pulse_subscriptionservice_types_v1_channel_preferences_request_instance.to_dict()
# create an instance of TableauPulseSubscriptionserviceTypesV1ChannelPreferencesRequest from a dict
tableau_pulse_subscriptionservice_types_v1_channel_preferences_request_from_dict = TableauPulseSubscriptionserviceTypesV1ChannelPreferencesRequest.from_dict(tableau_pulse_subscriptionservice_types_v1_channel_preferences_request_dict)
[Back to Model list] [Back to API list] [Back to README]