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