type = $type; } public function getType() { return $this->type; } /** * @param Google_Service_Sheets_ConditionValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Sheets_ConditionValue */ public function getValues() { return $this->values; } }