arrayType = $arrayType; } /** * @return Google_Service_Bigquery_QueryParameterType */ public function getArrayType() { return $this->arrayType; } /** * @param Google_Service_Bigquery_QueryParameterTypeStructTypes */ public function setStructTypes($structTypes) { $this->structTypes = $structTypes; } /** * @return Google_Service_Bigquery_QueryParameterTypeStructTypes */ public function getStructTypes() { return $this->structTypes; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }