AccountUserProfiles
class AccountUserProfiles extends Resource (View source)
The "accountUserProfiles" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$accountUserProfiles = $dfareportingService->accountUserProfiles;
Methods
Gets one account user profile by ID. (accountUserProfiles.get)
Inserts a new account user profile. (accountUserProfiles.insert)
Retrieves a list of account user profiles, possibly filtered. This method supports paging. (accountUserProfiles.listAccountUserProfiles)
Updates an existing account user profile. This method supports patch semantics. (accountUserProfiles.patch)
Updates an existing account user profile. (accountUserProfiles.update)
Details
AccountUserProfile
get(string $profileId, string $id, array $optParams = [])
Gets one account user profile by ID. (accountUserProfiles.get)
AccountUserProfile
insert(string $profileId, AccountUserProfile $postBody, array $optParams = [])
Inserts a new account user profile. (accountUserProfiles.insert)
AccountUserProfilesListResponse
listAccountUserProfiles(string $profileId, array $optParams = [])
Retrieves a list of account user profiles, possibly filtered. This method supports paging. (accountUserProfiles.listAccountUserProfiles)
AccountUserProfile
patch(string $profileId, string $id, AccountUserProfile $postBody, array $optParams = [])
Updates an existing account user profile. This method supports patch semantics. (accountUserProfiles.patch)
AccountUserProfile
update(string $profileId, AccountUserProfile $postBody, array $optParams = [])
Updates an existing account user profile. (accountUserProfiles.update)