Bagikan melalui


UsageHistoryListNextResponse type

Berisi data respons untuk operasi listNext.

type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PlanUsageHistoryListResult
  }
}