UsageHistoryListNextResponse type
Contains response data for the listNext operation.
type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PlanUsageHistoryListResult
}
}