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/
H A 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
59 return $this->call('insert', [$params], AccountUserProfile::class);
100 * @param AccountUserProfile $postBody
102 * @return AccountUserProfile
108 return $this->call('patch', [$params], AccountUserProfile::class);
114 * @param AccountUserProfile $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountUserProfilesListResponse.php23 protected $accountUserProfilesType = AccountUserProfile::class;
35 * @param AccountUserProfile[]
42 * @return AccountUserProfile[]
H A DAccountUserProfile.php20 class AccountUserProfile extends \Google\Model class
306 class_alias(AccountUserProfile::class, 'Google_Service_Dfareporting_AccountUserProfile');