/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/QueryParameterValue.php (1883B)
arrayValues = $arrayValues;
}
/**
* @return QueryParameterValue[]
*/
public function getArrayValues()
{
return $this->arrayValues;
}
/**
* @param QueryParameterValue[]
*/
public function setStructValues($structValues)
{
$this->structValues = $structValues;
}
/**
* @return QueryParameterValue[]
*/
public function getStructValues()
{
return $this->structValues;
}
/**
* @param string
*/
public function setValue($value)
{
$this->value = $value;
}
/**
* @return string
*/
public function getValue()
{
return $this->value;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(QueryParameterValue::class, 'Google_Service_Bigquery_QueryParameterValue');