| Name |
Type |
Description |
Notes |
| comment |
str |
|
|
from ibm_gdsc_sdk_saas.models.update_comment_body import UpdateCommentBody
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateCommentBody from a JSON string
update_comment_body_instance = UpdateCommentBody.from_json(json)
# print the JSON string representation of the object
print(UpdateCommentBody.to_json())
# convert the object into a dict
update_comment_body_dict = update_comment_body_instance.to_dict()
# create an instance of UpdateCommentBody from a dict
update_comment_body_from_dict = UpdateCommentBody.from_dict(update_comment_body_dict)
[Back to Model list] [Back to API list] [Back to README]