/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/GetOffersResponse.php (1217B)
products = $products;
}
/**
* @return Product[]
*/
public function getProducts()
{
return $this->products;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GetOffersResponse::class, 'Google_Service_AdExchangeBuyer_GetOffersResponse');