Class BatchCreateCreativeWrappersResponse
Response object for BatchCreateCreativeWrappers method.
Implements
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> |