Delen via


ExperimentsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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