Source code for models_v2.environment_14_enum

# -*- coding: utf-8 -*-

[docs]class Environment14Enum(object): """Implementation of the 'Environment14' enum. Specifies GCP Protection Group type. Attributes: KNATIVE: TODO: type description here. """ KNATIVE = 'kNative'