Delen via


AppsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type AppsGetResponse = ApplicationInfoResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInfoResponse
  }
}