Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 961 Bytes

HelmPortRequest.md

File metadata and controls

28 lines (20 loc) · 961 Bytes

HelmPortRequest

Properties

Name Type Description Notes
ports List[HelmPortRequestPortsInner] [optional]

Example

from qovery.models.helm_port_request import HelmPortRequest

# TODO update the JSON string below
json = "{}"
# create an instance of HelmPortRequest from a JSON string
helm_port_request_instance = HelmPortRequest.from_json(json)
# print the JSON string representation of the object
print HelmPortRequest.to_json()

# convert the object into a dict
helm_port_request_dict = helm_port_request_instance.to_dict()
# create an instance of HelmPortRequest from a dict
helm_port_request_form_dict = helm_port_request.from_dict(helm_port_request_dict)

[Back to Model list] [Back to API list] [Back to README]