Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.3 KB

File metadata and controls

28 lines (20 loc) · 1.3 KB

MessageApiSchemaAlternativeChannelsViber

Properties

Name Type Description Notes
viber MessageApiSchemaAlternativeChannelsViberDetails [optional]

Example

from bsg_api.models.message_api_schema_alternative_channels_viber import MessageApiSchemaAlternativeChannelsViber

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

# convert the object into a dict
message_api_schema_alternative_channels_viber_dict = message_api_schema_alternative_channels_viber_instance.to_dict()
# create an instance of MessageApiSchemaAlternativeChannelsViber from a dict
message_api_schema_alternative_channels_viber_from_dict = MessageApiSchemaAlternativeChannelsViber.from_dict(message_api_schema_alternative_channels_viber_dict)

[Back to Model list] [Back to API list] [Back to README]