Share via


ModelGetEntityRoleResponse type

Bevat antwoordgegevens voor de bewerking getEntityRole.

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