Delen via


ModelGetRegexEntityRoleResponse type

Bevat antwoordgegevens voor de bewerking getRegexEntityRole.

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