QuotasListResponse type

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

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