Share via


ModelListHierarchicalEntityRolesResponse type

Bevat antwoordgegevens voor de bewerking listHierarchicalEntityRoles.

type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole[]
  }
}