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


CustomerSubscriptionsGetResponse type

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

type CustomerSubscriptionsGetResponse = CustomerSubscription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscription
  }
}