/var/www/flurhymez/vendor/google/apiclient-services/src/Webmasters
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Webmasters/SearchAnalyticsQueryResponse.php (1488B)
responseAggregationType = $responseAggregationType;
}
public function getResponseAggregationType()
{
return $this->responseAggregationType;
}
/**
* @param ApiDataRow[]
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return ApiDataRow[]
*/
public function getRows()
{
return $this->rows;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SearchAnalyticsQueryResponse::class, 'Google_Service_Webmasters_SearchAnalyticsQueryResponse');