Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

UpdateZeroSSLTargetOutput.md

File metadata and controls

29 lines (20 loc) · 1.02 KB

UpdateZeroSSLTargetOutput

Properties

Name Type Description Notes
target_id int [optional]

Example

from akeyless.models.update_zero_ssl_target_output import UpdateZeroSSLTargetOutput

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

# convert the object into a dict
update_zero_ssl_target_output_dict = update_zero_ssl_target_output_instance.to_dict()
# create an instance of UpdateZeroSSLTargetOutput from a dict
update_zero_ssl_target_output_from_dict = UpdateZeroSSLTargetOutput.from_dict(update_zero_ssl_target_output_dict)

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