Class BatchCreateTeamsResponse
Response object for BatchCreateTeams method.
Implements
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> |