Source code for models.type_scheduler_proto_scheduler_job_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class TypeSchedulerProtoSchedulerJobEnum(object): """Implementation of the 'Type_SchedulerProtoSchedulerJob' enum. Specifies the type of the job. The enum which defines the Job type of the job. Attributes: KSCHEDULERJOBREPORT: TODO: type description here. """ KSCHEDULERJOBREPORT = 'kSchedulerJobReport'