Searched refs:Subaccount (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
| D | Subaccounts.php | 20 use Google\Service\Dfareporting\Subaccount; alias 39 * @return Subaccount 45 return $this->call('get', [$params], Subaccount::class); 51 * @param Subaccount $postBody 53 * @return Subaccount 55 public function insert($profileId, Subaccount $postBody, $optParams = []) 59 return $this->call('insert', [$params], Subaccount::class); 95 * @param Subaccount $postBody 97 * @return Subaccount 99 public function patch($profileId, $id, Subaccount $postBody, $optParams = []) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | SubaccountsListResponse.php | 31 protected $subaccountsType = Subaccount::class; 63 * @param Subaccount[] 70 * @return Subaccount[]
|
| D | Subaccount.php | 20 class Subaccount extends \Google\Collection class 117 class_alias(Subaccount::class, 'Google_Service_Dfareporting_Subaccount');
|