ModelGetPatternAnyEntityRoleResponse type

Contains response data for the getPatternAnyEntityRole operation.

type ModelGetPatternAnyEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}