Home
last modified time | relevance | path

Searched refs:AccountLabel (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccountsLabels.php20 use Google\Service\ShoppingContent\AccountLabel; alias
38 * @param AccountLabel $postBody
40 * @return AccountLabel
42 public function create($accountId, AccountLabel $postBody, $optParams = [])
46 return $this->call('create', [$params], AccountLabel::class);
91 * @param AccountLabel $postBody
93 * @return AccountLabel
95 public function patch($accountId, $labelId, AccountLabel $postBody, $optParams = [])
99 return $this->call('patch', [$params], AccountLabel::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DListAccountLabelsResponse.php23 protected $accountLabelsType = AccountLabel::class;
31 * @param AccountLabel[]
38 * @return AccountLabel[]
H A DAccountLabel.php20 class AccountLabel extends \Google\Model class
116 class_alias(AccountLabel::class, 'Google_Service_ShoppingContent_AccountLabel');