Google_ShoppingModelRecommendationsJsonV1
The Google Pagespeed Insights Google ShoppingModelRecommendationsJsonV1 class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelRecommendationsJsonV1 extends Google_Model {
- protected $__recommendationListType = 'Google_ShoppingModelRecommendationsJsonV1RecommendationList';
- protected $__recommendationListDataType = 'array';
- public $recommendationList;
- public $type;
- public function setRecommendationList(/** array(Google_ShoppingModelRecommendationsJsonV1RecommendationList) */ $recommendationList) {
- $this->assertIsArray($recommendationList, 'Google_ShoppingModelRecommendationsJsonV1RecommendationList', __METHOD__);
- $this->recommendationList = $recommendationList;
- }
- public function getRecommendationList() {
- return $this->recommendationList;
- }
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- }