Home
last modified time | relevance | path

Searched refs:Subaccount (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DSubaccounts.php20 use Google\Service\Dfareporting\Subaccount; alias
39 * @return Subaccount
45 return $this->call('get', [$params], Subaccount::class);
51 * @param Subaccount $postBody
53 * @return Subaccount
59 return $this->call('insert', [$params], Subaccount::class);
95 * @param Subaccount $postBody
97 * @return Subaccount
103 return $this->call('patch', [$params], Subaccount::class);
109 * @param Subaccount $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSubaccount.php20 class Subaccount extends \Google\Collection class
117 class_alias(Subaccount::class, 'Google_Service_Dfareporting_Subaccount');
H A DSubaccountsListResponse.php31 protected $subaccountsType = Subaccount::class;
63 * @param Subaccount[]
70 * @return Subaccount[]