Show / Hide Table of Contents

Class BatchCreateTeamsResponse

Response object for BatchCreateTeams method.

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

Constructors

BatchCreateTeamsResponse()

Declaration
public BatchCreateTeamsResponse()

BatchCreateTeamsResponse(BatchCreateTeamsResponse)

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

Properties

Teams

The Team objects created.

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