Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 843 Bytes

File metadata and controls

29 lines (21 loc) · 843 Bytes

CommitIn

Properties

Name Type Description Notes
description str
algorithm_id int

Example

from compute_api_client.models.commit_in import CommitIn

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

# convert the object into a dict
commit_in_dict = commit_in_instance.to_dict()
# create an instance of CommitIn from a dict
commit_in_form_dict = commit_in.from_dict(commit_in_dict)

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