Sdílet prostřednictvím


ExperimentsGetResponse type

Obsahuje data odpovědi pro operaci get.

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