Skip to content

Commit 788b4a4

Browse files
committed
Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent eef028e commit 788b4a4

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/Google/Service/ShoppingContent.php

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4277,6 +4277,8 @@ class Google_Service_ShoppingContent_Product extends Google_Collection
42774277
public $adwordsLabels;
42784278
public $adwordsRedirect;
42794279
public $ageGroup;
4280+
protected $aspectsType = 'Google_Service_ShoppingContent_ProductAspect';
4281+
protected $aspectsDataType = 'array';
42804282
public $availability;
42814283
public $availabilityDate;
42824284
public $brand;
@@ -4405,6 +4407,14 @@ public function getAgeGroup()
44054407
{
44064408
return $this->ageGroup;
44074409
}
4410+
public function setAspects($aspects)
4411+
{
4412+
$this->aspects = $aspects;
4413+
}
4414+
public function getAspects()
4415+
{
4416+
return $this->aspects;
4417+
}
44084418
public function setAvailability($availability)
44094419
{
44104420
$this->availability = $availability;
@@ -4903,6 +4913,41 @@ public function getWarnings()
49034913
}
49044914
}
49054915

4916+
class Google_Service_ShoppingContent_ProductAspect extends Google_Model
4917+
{
4918+
protected $internal_gapi_mappings = array(
4919+
);
4920+
public $aspectName;
4921+
public $destinationName;
4922+
public $intention;
4923+
4924+
4925+
public function setAspectName($aspectName)
4926+
{
4927+
$this->aspectName = $aspectName;
4928+
}
4929+
public function getAspectName()
4930+
{
4931+
return $this->aspectName;
4932+
}
4933+
public function setDestinationName($destinationName)
4934+
{
4935+
$this->destinationName = $destinationName;
4936+
}
4937+
public function getDestinationName()
4938+
{
4939+
return $this->destinationName;
4940+
}
4941+
public function setIntention($intention)
4942+
{
4943+
$this->intention = $intention;
4944+
}
4945+
public function getIntention()
4946+
{
4947+
return $this->intention;
4948+
}
4949+
}
4950+
49064951
class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
49074952
{
49084953
protected $internal_gapi_mappings = array(

0 commit comments

Comments
 (0)