Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.04 KB

File metadata and controls

29 lines (20 loc) · 1.04 KB

UpdateUserCreditsInputBody

Properties

NameTypeDescriptionNotes
creditsintCredit balance to set

Example

fromrevengai.models.update_user_credits_input_bodyimportUpdateUserCreditsInputBody# TODO update the JSON string belowjson="{}"# create an instance of UpdateUserCreditsInputBody from a JSON stringupdate_user_credits_input_body_instance=UpdateUserCreditsInputBody.from_json(json)
# print the JSON string representation of the objectprint(UpdateUserCreditsInputBody.to_json())
# convert the object into a dictupdate_user_credits_input_body_dict=update_user_credits_input_body_instance.to_dict()
# create an instance of UpdateUserCreditsInputBody from a dictupdate_user_credits_input_body_from_dict=UpdateUserCreditsInputBody.from_dict(update_user_credits_input_body_dict)

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