Ads API .NET library
|
Provides operations for creating, updating and retrieving User objects. More...
Provides operations for creating, updating and retrieving User objects.
A user is assigned one of several different roles. Each Role type has a unique ID that is used to identify that role in an organization. Role types and their IDs can be retrieved by invoking #getAllRoles.
Google.Api.Ads.AdManager.v202311.User [] Google.Api.Ads.AdManager.v202311.IUserService.createUsers | ( | Google.Api.Ads.AdManager.v202311.User[] | users | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.User[]> Google.Api.Ads.AdManager.v202311.IUserService.createUsersAsync | ( | Google.Api.Ads.AdManager.v202311.User[] | users | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.
Google.Api.Ads.AdManager.v202311.Role [] Google.Api.Ads.AdManager.v202311.IUserService.getAllRoles | ( | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.Role[]> Google.Api.Ads.AdManager.v202311.IUserService.getAllRolesAsync | ( | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.
Google.Api.Ads.AdManager.v202311.User [] Google.Api.Ads.AdManager.v202311.IUserService.updateUsers | ( | Google.Api.Ads.AdManager.v202311.User[] | users | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.User[]> Google.Api.Ads.AdManager.v202311.IUserService.updateUsersAsync | ( | Google.Api.Ads.AdManager.v202311.User[] | users | ) |
Implemented in Google.Api.Ads.AdManager.v202311.UserService.