Freigeben über


AnomalyDetectorDetectLastPointResponse type

Enthält Antwortdaten für den DetectLastPoint-Vorgang.

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