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.
|
inline |
Creates a new instance of the TeamService class.
|
inline |
Creates a new instance of the TeamService class.
|
inline |
Creates a new instance of the TeamService class.
|
inline |
Creates a new instance of the TeamService class.
|
inline |
Creates a new instance of the TeamService class.
|
inlinevirtual |
Creates new Team objects. The following fields are required:
teams | the teams to create |
Implements Google.Api.Ads.AdManager.v202208.ITeamService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202208.ITeamService.
|
inlinevirtual |
Gets a
TeamPage
of Team
objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | Team::id |
name | Team::name |
description | Team::description |
filterStatement | a Publisher Query Language statement used to filter a set of teams. |
Implements Google.Api.Ads.AdManager.v202208.TeamServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on Team objects that match the given Statement::query.
teamAction | the action to perform |
filterStatement | a Publisher Query Language statement used to filter a set of teams |
Implements Google.Api.Ads.AdManager.v202208.TeamServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Team objects.
teams | the teams to update |
Implements Google.Api.Ads.AdManager.v202208.ITeamService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202208.ITeamService.