UserRoles
class UserRoles extends Resource (View source)
The "userRoles" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$userRoles = $dfareportingService->userRoles;
Methods
delete(string $profileId, string $id, array $optParams = [])
Deletes an existing user role. (userRoles.delete)
get(string $profileId, string $id, array $optParams = [])
Gets one user role by ID. (userRoles.get)
listUserRoles(string $profileId, array $optParams = [])
Retrieves a list of user roles, possibly filtered. This method supports paging. (userRoles.listUserRoles)
Details
delete(string $profileId, string $id, array $optParams = [])
Deletes an existing user role. (userRoles.delete)
UserRole
get(string $profileId, string $id, array $optParams = [])
Gets one user role by ID. (userRoles.get)
UserRole
insert(string $profileId, UserRole $postBody, array $optParams = [])
Inserts a new user role. (userRoles.insert)
UserRolesListResponse
listUserRoles(string $profileId, array $optParams = [])
Retrieves a list of user roles, possibly filtered. This method supports paging. (userRoles.listUserRoles)
UserRole
patch(string $profileId, string $id, UserRole $postBody, array $optParams = [])
Updates an existing user role. This method supports patch semantics.
(userRoles.patch)