Share via


AnomalyDetectorDetectLastPointResponse type

Bevat antwoordgegevens voor de bewerking detectLastPoint.

type AnomalyDetectorDetectLastPointResponse = DetectLastPointResponse & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectLastPointResponse
  }
}