Source code for models_v2.environment_19_enum

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

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