CustomerSubscriptionsListNextResponse type
Obsahuje data odpovědi pro operaci listNext.
type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}