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
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
fromqovery.models.service_port_request_ports_innerimportServicePortRequestPortsInner# TODO update the JSON string belowjson="{}"# create an instance of ServicePortRequestPortsInner from a JSON stringservice_port_request_ports_inner_instance=ServicePortRequestPortsInner.from_json(json)
# print the JSON string representation of the objectprintServicePortRequestPortsInner.to_json()
# convert the object into a dictservice_port_request_ports_inner_dict=service_port_request_ports_inner_instance.to_dict()
# create an instance of ServicePortRequestPortsInner from a dictservice_port_request_ports_inner_form_dict=service_port_request_ports_inner.from_dict(service_port_request_ports_inner_dict)