Files
Jungfraujoch/docs/python_client/docs/JfjochSettingsSsl.md
2025-08-11 11:13:59 +02:00

953 B

JfjochSettingsSsl

Properties

Name Type Description Notes
certificate str
key str

Example

from jfjoch_client.models.jfjoch_settings_ssl import JfjochSettingsSsl

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

# convert the object into a dict
jfjoch_settings_ssl_dict = jfjoch_settings_ssl_instance.to_dict()
# create an instance of JfjochSettingsSsl from a dict
jfjoch_settings_ssl_from_dict = JfjochSettingsSsl.from_dict(jfjoch_settings_ssl_dict)

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