You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the request to delete the key share holder group has been successfully submitted. - `true`: The request to delete the key share holder group has been successfully submitted. - `false`: The request to delete the key share holder group has not been submitted.
Example
fromcobo_waas2.models.delete_key_share_holder_group_by_id201_responseimportDeleteKeyShareHolderGroupById201Response# TODO update the JSON string belowjson="{}"# create an instance of DeleteKeyShareHolderGroupById201Response from a JSON stringdelete_key_share_holder_group_by_id201_response_instance=DeleteKeyShareHolderGroupById201Response.from_json(json)
# print the JSON string representation of the objectprint(DeleteKeyShareHolderGroupById201Response.to_json())
# convert the object into a dictdelete_key_share_holder_group_by_id201_response_dict=delete_key_share_holder_group_by_id201_response_instance.to_dict()
# create an instance of DeleteKeyShareHolderGroupById201Response from a dictdelete_key_share_holder_group_by_id201_response_from_dict=DeleteKeyShareHolderGroupById201Response.from_dict(delete_key_share_holder_group_by_id201_response_dict)