Share via


ModelListHierarchicalEntityRolesResponse type

Contiene datos de respuesta para la operación listHierarchicalEntityRoles.

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