type property

String? type
getter/setter pair

Type of cloud control. Possible string values are:

  • "CLOUD_CONTROL_TYPE_UNSPECIFIED" : Unspecified.
  • "BUILT_IN" : Built in Cloud Control.
  • "CUSTOM" : Custom Cloud Control.

Implementation

core.String? type;