ExperimentsGetResponse type

Contains response data for the get operation.

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