| Name | Type | Description | Notes |
|---|---|---|---|
| viber | MessageApiSchemaAlternativeChannelsViberDetails | [optional] |
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)