Show / Hide Table of Contents

Class BatchCreateBreakTemplatesResponse

Response object for BatchCreateBreakTemplates method.

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