ModelCreatePrebuiltEntityRoleResponse type
Содержит данные ответа для операции createPrebuiltEntityRole.
type ModelCreatePrebuiltEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}