You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frombsg_api.models.message_api_schema_alternative_channels_viber_detailsimportMessageApiSchemaAlternativeChannelsViberDetails# TODO update the JSON string belowjson="{}"# create an instance of MessageApiSchemaAlternativeChannelsViberDetails from a JSON stringmessage_api_schema_alternative_channels_viber_details_instance=MessageApiSchemaAlternativeChannelsViberDetails.from_json(json)
# print the JSON string representation of the objectprint(MessageApiSchemaAlternativeChannelsViberDetails.to_json())
# convert the object into a dictmessage_api_schema_alternative_channels_viber_details_dict=message_api_schema_alternative_channels_viber_details_instance.to_dict()
# create an instance of MessageApiSchemaAlternativeChannelsViberDetails from a dictmessage_api_schema_alternative_channels_viber_details_from_dict=MessageApiSchemaAlternativeChannelsViberDetails.from_dict(message_api_schema_alternative_channels_viber_details_dict)