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
fromwallet.models.wt_video_playback_source_typeimportWTVideoPlaybackSourceType# TODO update the JSON string belowjson="{}"# create an instance of WTVideoPlaybackSourceType from a JSON stringwt_video_playback_source_type_instance=WTVideoPlaybackSourceType.from_json(json)
# print the JSON string representation of the objectprintWTVideoPlaybackSourceType.to_json()
# convert the object into a dictwt_video_playback_source_type_dict=wt_video_playback_source_type_instance.to_dict()
# create an instance of WTVideoPlaybackSourceType from a dictwt_video_playback_source_type_form_dict=wt_video_playback_source_type.from_dict(wt_video_playback_source_type_dict)