Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Team Class Reference

A More...

Properties

long id [get, set]
 The unique ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the More...
 
string description [get, set]
 The description of the More...
 
TeamStatus status [get, set]
 The status of the Team. This value can be TeamStatus::ACTIVE (default) or TeamStatus::INACTIVE and determines the visibility of the team in the UI. More...
 
bool statusSpecified [get, set]
 
bool hasAllCompanies [get, set]
 Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company. More...
 
bool hasAllCompaniesSpecified [get, set]
 
bool hasAllInventory [get, set]
 Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit. More...
 
bool hasAllInventorySpecified [get, set]
 
TeamAccessType teamAccessType [get, set]
 The default access to orders, for users on this team. More...
 
bool teamAccessTypeSpecified [get, set]
 

Detailed Description

A

Team defines a grouping of users and what entities they have access to. Users are added to teams with UserTeamAssociation objects.

Property Documentation

string Google.Api.Ads.AdManager.v202305.Team.description
getset

The description of the

Team. This value is optional and has a maximum length of 255 characters.

bool Google.Api.Ads.AdManager.v202305.Team.hasAllCompanies
getset

Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company.

bool Google.Api.Ads.AdManager.v202305.Team.hasAllCompaniesSpecified
getset

true, if a value is specified for hasAllCompanies, false otherwise.

bool Google.Api.Ads.AdManager.v202305.Team.hasAllInventory
getset

Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit.

bool Google.Api.Ads.AdManager.v202305.Team.hasAllInventorySpecified
getset

true, if a value is specified for hasAllInventory, false otherwise.

long Google.Api.Ads.AdManager.v202305.Team.id
getset

The unique ID of the

Team. This value is readonly and is assigned by Google. Teams that are created by Google will have negative IDs.

bool Google.Api.Ads.AdManager.v202305.Team.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.Team.name
getset

The name of the

Team. This value is required to create a team and has a maximum length of 106 characters.

TeamStatus Google.Api.Ads.AdManager.v202305.Team.status
getset

The status of the Team. This value can be TeamStatus::ACTIVE (default) or TeamStatus::INACTIVE and determines the visibility of the team in the UI.

bool Google.Api.Ads.AdManager.v202305.Team.statusSpecified
getset

true, if a value is specified for status, false otherwise.

TeamAccessType Google.Api.Ads.AdManager.v202305.Team.teamAccessType
getset

The default access to orders, for users on this team.

bool Google.Api.Ads.AdManager.v202305.Team.teamAccessTypeSpecified
getset

true, if a value is specified for teamAccessType, false otherwise.


The documentation for this class was generated from the following file: