ModelCreatePatternAnyEntityRoleResponse type
Contains response data for the createPatternAnyEntityRole operation.
type ModelCreatePatternAnyEntityRoleResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}