| Name | Type | Description | Notes |
|---|---|---|---|
| permissions | List[UnibeeApiBeanMerchantRolePermission] | Permissions | |
| role | str | Role |
from openapi_client.models.unibee_api_merchant_role_edit_req import UnibeeApiMerchantRoleEditReq
# TODO update the JSON string below
json = "{}"
# create an instance of UnibeeApiMerchantRoleEditReq from a JSON string
unibee_api_merchant_role_edit_req_instance = UnibeeApiMerchantRoleEditReq.from_json(json)
# print the JSON string representation of the object
print UnibeeApiMerchantRoleEditReq.to_json()
# convert the object into a dict
unibee_api_merchant_role_edit_req_dict = unibee_api_merchant_role_edit_req_instance.to_dict()
# create an instance of UnibeeApiMerchantRoleEditReq from a dict
unibee_api_merchant_role_edit_req_form_dict = unibee_api_merchant_role_edit_req.from_dict(unibee_api_merchant_role_edit_req_dict)