arrayElementType = $arrayElementType; } /** * @return Google_Service_Bigquery_StandardSqlDataType */ public function getArrayElementType() { return $this->arrayElementType; } /** * @param Google_Service_Bigquery_StandardSqlStructType */ public function setStructType(Google_Service_Bigquery_StandardSqlStructType $structType) { $this->structType = $structType; } /** * @return Google_Service_Bigquery_StandardSqlStructType */ public function getStructType() { return $this->structType; } public function setTypeKind($typeKind) { $this->typeKind = $typeKind; } public function getTypeKind() { return $this->typeKind; } }