Show / Hide Table of Contents

Class BatchUpdateTeamsResponse

Response object for BatchUpdateTeams method.

Inheritance
object
BatchUpdateTeamsResponse
Implements
IMessage<BatchUpdateTeamsResponse>
IEquatable<BatchUpdateTeamsResponse>
IDeepCloneable<BatchUpdateTeamsResponse>
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 BatchUpdateTeamsResponse : IMessage<BatchUpdateTeamsResponse>, IEquatable<BatchUpdateTeamsResponse>, IDeepCloneable<BatchUpdateTeamsResponse>, IBufferMessage, IMessage

Constructors

BatchUpdateTeamsResponse()

Declaration
public BatchUpdateTeamsResponse()

BatchUpdateTeamsResponse(BatchUpdateTeamsResponse)

Declaration
public BatchUpdateTeamsResponse(BatchUpdateTeamsResponse other)
Parameters
Type Name Description
BatchUpdateTeamsResponse other

Properties

Teams

The Team objects updated.

Declaration
public RepeatedField<Team> Teams { get; }
Property Value
Type Description
RepeatedField<Team>
In this article
Back to top Generated by DocFX