Поделиться через


CustomerSubscriptionsListResponse type

Содержит данные ответа для операции списка.

type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscriptionList
  }
}