Condividi tramite


ExperimentsGetResponse type

Contiene i dati di risposta per l'operazione get.

type ExperimentsGetResponse = Experiment & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Experiment
  }
}