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
fromopal_security.models.create_message_channel_infoimportCreateMessageChannelInfo# TODO update the JSON string belowjson="{}"# create an instance of CreateMessageChannelInfo from a JSON stringcreate_message_channel_info_instance=CreateMessageChannelInfo.from_json(json)
# print the JSON string representation of the objectprint(CreateMessageChannelInfo.to_json())
# convert the object into a dictcreate_message_channel_info_dict=create_message_channel_info_instance.to_dict()
# create an instance of CreateMessageChannelInfo from a dictcreate_message_channel_info_from_dict=CreateMessageChannelInfo.from_dict(create_message_channel_info_dict)