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
fromkenar_api_client.models.post_create_business_customized_button_bodyimportPostCreateBusinessCustomizedButtonBody# TODO update the JSON string belowjson="{}"# create an instance of PostCreateBusinessCustomizedButtonBody from a JSON stringpost_create_business_customized_button_body_instance=PostCreateBusinessCustomizedButtonBody.from_json(json)
# print the JSON string representation of the objectprint(PostCreateBusinessCustomizedButtonBody.to_json())
# convert the object into a dictpost_create_business_customized_button_body_dict=post_create_business_customized_button_body_instance.to_dict()
# create an instance of PostCreateBusinessCustomizedButtonBody from a dictpost_create_business_customized_button_body_from_dict=PostCreateBusinessCustomizedButtonBody.from_dict(post_create_business_customized_button_body_dict)