Show / Hide Table of Contents

Class BatchCreateCreativeWrappersResponse

Response object for BatchCreateCreativeWrappers method.

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

Constructors

BatchCreateCreativeWrappersResponse()

Declaration
public BatchCreateCreativeWrappersResponse()

BatchCreateCreativeWrappersResponse(BatchCreateCreativeWrappersResponse)

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

Properties

CreativeWrappers

The CreativeWrapper objects created.

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