JobGetAllLifetimeStatisticsResponse type
Contains response data for the getAllLifetimeStatistics operation.
type JobGetAllLifetimeStatisticsResponse = JobStatistics &
JobGetAllLifetimeStatisticsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStatistics
parsedHeaders: JobGetAllLifetimeStatisticsHeaders
}
}