toValue method
Implementation
String toValue() {
switch (this) {
case DeploymentOption.withTrafficControl:
return 'WITH_TRAFFIC_CONTROL';
case DeploymentOption.withoutTrafficControl:
return 'WITHOUT_TRAFFIC_CONTROL';
}
}
String toValue() {
switch (this) {
case DeploymentOption.withTrafficControl:
return 'WITH_TRAFFIC_CONTROL';
case DeploymentOption.withoutTrafficControl:
return 'WITHOUT_TRAFFIC_CONTROL';
}
}