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