LastDetectResponse2 type

Obsahuje data odpovědi pro operaci lastDetect.

type LastDetectResponse2 = LastDetectResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LastDetectResponse
  }
}