Show / Hide Table of Contents

Class UpdateTeamRequest

Request object for UpdateTeam method.

Inheritance
object
UpdateTeamRequest
Implements
IMessage<UpdateTeamRequest>
IEquatable<UpdateTeamRequest>
IDeepCloneable<UpdateTeamRequest>
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 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
In this article
Back to top Generated by DocFX