Delen via


StepsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type StepsGetResponse = StepResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StepResource
  }
}