Class Team
A Team defines a grouping of users and what entities they have access to.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Team : IMessage<Team>, IEquatable<Team>, IDeepCloneable<Team>, IBufferMessage, IMessage
Constructors
Team()
Declaration
Team(Team)
Declaration
Parameters
Type |
Name |
Description |
Team |
other |
|
Properties
Name
Identifier. The resource name of the Team
.
Format: networks/{network_code}/teams/{team_id}
Declaration
public string Name { get; set; }
Property Value
TeamId
Output only. The unique ID of the Team. This value is assigned by Google.
Teams that are created by Google will have negative IDs.
Declaration
public long TeamId { get; set; }
Property Value
TeamName
Declaration
public TeamName TeamName { get; set; }
Property Value