Share via


ModelListHierarchicalEntityRolesResponse type

Contém dados de resposta para a operação listHierarchicalEntityRoles.

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