deploymentGroupType property

String? deploymentGroupType
getter/setter pair

Type of the deployment group, which will be either Standard or Extensible. Possible string values are:

  • "DEPLOYMENT_GROUP_TYPE_UNSPECIFIED" : Unspecified type
  • "STANDARD" : Standard type
  • "EXTENSIBLE" : Extensible Type

Implementation

core.String? deploymentGroupType;