Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

File metadata and controls

31 lines (22 loc) · 1.09 KB

Getcreditandthresholdinfo

Properties

Name Type Description Notes
credit float [optional]
threshold float [optional]
can_create_instance bool [optional]

Example

from hyperstack.models.getcreditandthresholdinfo import Getcreditandthresholdinfo

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

# convert the object into a dict
getcreditandthresholdinfo_dict = getcreditandthresholdinfo_instance.to_dict()
# create an instance of Getcreditandthresholdinfo from a dict
getcreditandthresholdinfo_form_dict = getcreditandthresholdinfo.from_dict(getcreditandthresholdinfo_dict)

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