Delen via


ResourcesHistoryResponse type

Bevat antwoordgegevens voor de bewerking ResourcesHistory.

type ResourcesHistoryResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
  body: any
}