Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1 KB

File metadata and controls

29 lines (20 loc) · 1 KB

Adminthresholdpostpayload

Properties

Name Type Description Notes
threshold float [optional]

Example

from hyperstack.models.adminthresholdpostpayload import Adminthresholdpostpayload

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

# convert the object into a dict
adminthresholdpostpayload_dict = adminthresholdpostpayload_instance.to_dict()
# create an instance of Adminthresholdpostpayload from a dict
adminthresholdpostpayload_form_dict = adminthresholdpostpayload.from_dict(adminthresholdpostpayload_dict)

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