Google_ShoppingModelRecommendationsJsonV1RecommendationList
The Google Pagespeed Insights Google ShoppingModelRecommendationsJsonV1RecommendationList class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelRecommendationsJsonV1RecommendationList extends Google_Model {
- protected $__productType = 'Google_ShoppingModelProductJsonV1';
- protected $__productDataType = '';
- public $product;
- public function setProduct(Google_ShoppingModelProductJsonV1 $product) {
- $this->product = $product;
- }
- public function getProduct() {
- return $this->product;
- }
- }