Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

File metadata and controls

29 lines (20 loc) · 1.03 KB

RevertSnapshotForPostParam

Properties

Name Type Description Notes
snapshot_name str

Example

from halo_client.models.revert_snapshot_for_post_param import RevertSnapshotForPostParam

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

# convert the object into a dict
revert_snapshot_for_post_param_dict = revert_snapshot_for_post_param_instance.to_dict()
# create an instance of RevertSnapshotForPostParam from a dict
revert_snapshot_for_post_param_from_dict = RevertSnapshotForPostParam.from_dict(revert_snapshot_for_post_param_dict)

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