caseConversionType = $caseConversionType; } public function getCaseConversionType() { return $this->caseConversionType; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertFalseToValue(Google_Service_TagManager_Parameter $convertFalseToValue) { $this->convertFalseToValue = $convertFalseToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertFalseToValue() { return $this->convertFalseToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertNullToValue(Google_Service_TagManager_Parameter $convertNullToValue) { $this->convertNullToValue = $convertNullToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertNullToValue() { return $this->convertNullToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertTrueToValue(Google_Service_TagManager_Parameter $convertTrueToValue) { $this->convertTrueToValue = $convertTrueToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertTrueToValue() { return $this->convertTrueToValue; } /** * @param Google_Service_TagManager_Parameter */ public function setConvertUndefinedToValue(Google_Service_TagManager_Parameter $convertUndefinedToValue) { $this->convertUndefinedToValue = $convertUndefinedToValue; } /** * @return Google_Service_TagManager_Parameter */ public function getConvertUndefinedToValue() { return $this->convertUndefinedToValue; } }