Bagikan melalui


CustomerSubscriptionsGetResponse type

Berisi data respons untuk operasi get.

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