Class BatchCreateBreakTemplatesResponse
Response object for BatchCreateBreakTemplates method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateBreakTemplatesResponse : IMessage<BatchCreateBreakTemplatesResponse>, IEquatable<BatchCreateBreakTemplatesResponse>, IDeepCloneable<BatchCreateBreakTemplatesResponse>, IBufferMessage, IMessage
Constructors
BatchCreateBreakTemplatesResponse()
Declaration
public BatchCreateBreakTemplatesResponse()
BatchCreateBreakTemplatesResponse(BatchCreateBreakTemplatesResponse)
Declaration
public BatchCreateBreakTemplatesResponse(BatchCreateBreakTemplatesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateBreakTemplatesResponse | other |
Properties
BreakTemplates
The BreakTemplate objects created.
Declaration
public RepeatedField<BreakTemplate> BreakTemplates { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<BreakTemplate> |