Ads API .NET library
|
Provides methods for creating, updating, and retrieving Team objects. More...
Provides methods for creating, updating, and retrieving Team objects.
Teams are used to group users in order to define access to entities such as companies, inventory and orders.
Google.Api.Ads.AdManager.v202311.Team [] Google.Api.Ads.AdManager.v202311.ITeamService.createTeams | ( | Google.Api.Ads.AdManager.v202311.Team[] | teams | ) |
Implemented in Google.Api.Ads.AdManager.v202311.TeamService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.Team[]> Google.Api.Ads.AdManager.v202311.ITeamService.createTeamsAsync | ( | Google.Api.Ads.AdManager.v202311.Team[] | teams | ) |
Implemented in Google.Api.Ads.AdManager.v202311.TeamService.
Google.Api.Ads.AdManager.v202311.Team [] Google.Api.Ads.AdManager.v202311.ITeamService.updateTeams | ( | Google.Api.Ads.AdManager.v202311.Team[] | teams | ) |
Implemented in Google.Api.Ads.AdManager.v202311.TeamService.
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202311.Team[]> Google.Api.Ads.AdManager.v202311.ITeamService.updateTeamsAsync | ( | Google.Api.Ads.AdManager.v202311.Team[] | teams | ) |
Implemented in Google.Api.Ads.AdManager.v202311.TeamService.