QuotasListNextResponse type

يحتوي على بيانات الاستجابة لعملية listNext.

type QuotasListNextResponse = QuotaList & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: QuotaList
  }
}