GatewayListBySubscriptionNextResponse type
Contains response data for the listBySubscriptionNext operation.
type GatewayListBySubscriptionNextResponse = GatewayResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: GatewayResourceDescriptionList
}
}