Mise à jour des librairies
This commit is contained in:
@@ -33,6 +33,7 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
|
||||
public $clickThroughUrl;
|
||||
protected $correctionsType = 'Google_Service_AdExchangeBuyer_CreativeCorrections';
|
||||
protected $correctionsDataType = 'array';
|
||||
public $creativeStatusIdentityType;
|
||||
public $dealsStatus;
|
||||
public $detectedDomains;
|
||||
protected $filteringReasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasons';
|
||||
@@ -149,6 +150,14 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
|
||||
{
|
||||
return $this->corrections;
|
||||
}
|
||||
public function setCreativeStatusIdentityType($creativeStatusIdentityType)
|
||||
{
|
||||
$this->creativeStatusIdentityType = $creativeStatusIdentityType;
|
||||
}
|
||||
public function getCreativeStatusIdentityType()
|
||||
{
|
||||
return $this->creativeStatusIdentityType;
|
||||
}
|
||||
public function setDealsStatus($dealsStatus)
|
||||
{
|
||||
$this->dealsStatus = $dealsStatus;
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'topHeadlines';
|
||||
public $accountId;
|
||||
public $audience;
|
||||
public $buyerPitchStatement;
|
||||
public $directContact;
|
||||
@@ -44,14 +43,6 @@ class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Col
|
||||
public $state;
|
||||
public $topHeadlines;
|
||||
|
||||
public function setAccountId($accountId)
|
||||
{
|
||||
$this->accountId = $accountId;
|
||||
}
|
||||
public function getAccountId()
|
||||
{
|
||||
return $this->accountId;
|
||||
}
|
||||
public function setAudience($audience)
|
||||
{
|
||||
$this->audience = $audience;
|
||||
|
||||
Reference in New Issue
Block a user