WorkbooksListBySubscriptionResponse type
Contains response data for the listBySubscription operation.
type WorkbooksListBySubscriptionResponse = WorkbooksListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WorkbooksListResult
}
}