Bagikan melalui


AnomalyDetectorDetectLastPointResponse type

Berisi data respons untuk operasi detectLastPoint.

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