Class UpdateTeamRequest
Request object for UpdateTeam method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class UpdateTeamRequest : IMessage<UpdateTeamRequest>, IEquatable<UpdateTeamRequest>, IDeepCloneable<UpdateTeamRequest>, IBufferMessage, IMessage
Constructors
UpdateTeamRequest()
Declaration
public UpdateTeamRequest()
UpdateTeamRequest(UpdateTeamRequest)
Declaration
public UpdateTeamRequest(UpdateTeamRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateTeamRequest | other |
Properties
Team
Required. The Team to update.
The Team's name is used to identify the Team to update.
Declaration
public Team Team { get; set; }
Property Value
| Type | Description |
|---|---|
| Team |
UpdateMask
Required. The list of fields to update.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |