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
fromferatel_client.models.add_package_section_item_child_ages_commandimportAddPackageSectionItemChildAgesCommand# TODO update the JSON string belowjson="{}"# create an instance of AddPackageSectionItemChildAgesCommand from a JSON stringadd_package_section_item_child_ages_command_instance=AddPackageSectionItemChildAgesCommand.from_json(json)
# print the JSON string representation of the objectprint(AddPackageSectionItemChildAgesCommand.to_json())
# convert the object into a dictadd_package_section_item_child_ages_command_dict=add_package_section_item_child_ages_command_instance.to_dict()
# create an instance of AddPackageSectionItemChildAgesCommand from a dictadd_package_section_item_child_ages_command_from_dict=AddPackageSectionItemChildAgesCommand.from_dict(add_package_section_item_child_ages_command_dict)