Skip to content

Commit

Permalink
Regenerate searchads360 client (#5002)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 23, 2024
1 parent be094b7 commit b62d5b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SA360.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class SA360 extends \Google\Service
public $customers_customColumns;
public $customers_searchAds360;
public $searchAds360Fields;
public $rootUrlTemplate;

/**
* Constructs the internal representation of the SA360 service.
Expand All @@ -55,6 +56,7 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
{
parent::__construct($clientOrConfig);
$this->rootUrl = $rootUrl ?: 'https://searchads360.googleapis.com/';
$this->rootUrlTemplate = $rootUrl ?: 'https://searchads360.UNIVERSE_DOMAIN/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v0';
Expand Down

0 comments on commit b62d5b4

Please sign in to comment.