Name | Type | Description | Notes |
---|---|---|---|
description | str | ||
algorithm_id | int |
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)