Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

File metadata and controls

29 lines (20 loc) · 1.06 KB

RevertSnapshotForSingleParam

Properties

Name Type Description Notes
snapshot_name str

Example

from halo_client.models.revert_snapshot_for_single_param import RevertSnapshotForSingleParam

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

# convert the object into a dict
revert_snapshot_for_single_param_dict = revert_snapshot_for_single_param_instance.to_dict()
# create an instance of RevertSnapshotForSingleParam from a dict
revert_snapshot_for_single_param_from_dict = RevertSnapshotForSingleParam.from_dict(revert_snapshot_for_single_param_dict)

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