Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DAccountUserProfiles.php20 use Google\Service\Dfareporting\AccountUserProfile; alias
39 * @return AccountUserProfile
45 return $this->call('get', [$params], AccountUserProfile::class);
51 * @param AccountUserProfile $postBody
53 * @return AccountUserProfile
55 public function insert($profileId, AccountUserProfile $postBody, $optParams = [])
59 return $this->call('insert', [$params], AccountUserProfile::class);
100 * @param AccountUserProfile $postBody
102 * @return AccountUserProfile
104 public function patch($profileId, $id, AccountUserProfile $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DAccountUserProfilesListResponse.php23 protected $accountUserProfilesType = AccountUserProfile::class;
35 * @param AccountUserProfile[]
42 * @return AccountUserProfile[]
DAccountUserProfile.php20 class AccountUserProfile extends \Google\Model class
306 class_alias(AccountUserProfile::class, 'Google_Service_Dfareporting_AccountUserProfile');