Share via


ModelListHierarchicalEntityRolesResponse type

包含 listHierarchicalEntityRoles 作業的回應資料。

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