CustomerSubscriptionsGetResponse type

Contains response data for the get operation.

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