Name |
Type |
Description |
Notes |
target_id |
int |
|
[optional] |
from akeyless.models.update_web_target_output import UpdateWebTargetOutput
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateWebTargetOutput from a JSON string
update_web_target_output_instance = UpdateWebTargetOutput.from_json(json)
# print the JSON string representation of the object
print(UpdateWebTargetOutput.to_json())
# convert the object into a dict
update_web_target_output_dict = update_web_target_output_instance.to_dict()
# create an instance of UpdateWebTargetOutput from a dict
update_web_target_output_from_dict = UpdateWebTargetOutput.from_dict(update_web_target_output_dict)
[Back to Model list] [Back to API list] [Back to README]