Source code for models.consumer_type_get_consumer_stats_enum

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

[docs]class ConsumerTypeGetConsumerStatsEnum(object): """Implementation of the 'consumerType_GetConsumerStats' enum. TODO: type enum description here. Attributes: KVIEWS: TODO: type description here. KPROTECTIONRUNS: TODO: type description here. KREPLICATIONRUNS: TODO: type description here. """ KVIEWS = 'kViews' KPROTECTIONRUNS = 'kProtectionRuns' KREPLICATIONRUNS = 'kReplicationRuns'