Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

File metadata and controls

31 lines (22 loc) · 1.26 KB

Organizationthresholdupdateresponse

Properties

Name Type Description Notes
message str [optional]
status bool [optional]
threshold OrganizationThresholdfields [optional]

Example

from hyperstack.models.organizationthresholdupdateresponse import Organizationthresholdupdateresponse

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

# convert the object into a dict
organizationthresholdupdateresponse_dict = organizationthresholdupdateresponse_instance.to_dict()
# create an instance of Organizationthresholdupdateresponse from a dict
organizationthresholdupdateresponse_from_dict = Organizationthresholdupdateresponse.from_dict(organizationthresholdupdateresponse_dict)

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