Show / Hide Table of Contents

Class Team

A Team defines a grouping of users and what entities they have access to.

Inheritance
object
Team
Implements
IMessage<Team>
IEquatable<Team>
IDeepCloneable<Team>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Team : IMessage<Team>, IEquatable<Team>, IDeepCloneable<Team>, IBufferMessage, IMessage

Constructors

Team()

Declaration
public Team()

Team(Team)

Declaration
public Team(Team other)
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
Type Description
string

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
Type Description
long

TeamName

TeamName-typed view over the Name resource name property.

Declaration
public TeamName TeamName { get; set; }
Property Value
Type Description
TeamName
In this article
Back to top Generated by DocFX