Class BatchUpdateCreativeWrappersRequest
Request object for BatchUpdateCreativeWrappers method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdateCreativeWrappersRequest : IMessage<BatchUpdateCreativeWrappersRequest>, IEquatable<BatchUpdateCreativeWrappersRequest>, IDeepCloneable<BatchUpdateCreativeWrappersRequest>, IBufferMessage, IMessage
Constructors
BatchUpdateCreativeWrappersRequest()
Declaration
public BatchUpdateCreativeWrappersRequest()
BatchUpdateCreativeWrappersRequest(BatchUpdateCreativeWrappersRequest)
Declaration
public BatchUpdateCreativeWrappersRequest(BatchUpdateCreativeWrappersRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateCreativeWrappersRequest | other |
Properties
Parent
Required. The parent resource where CreativeWrappers will be updated.
Format: networks/{network_code}
The parent field in the UpdateCreativeWrapperRequest must match this
field.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |
Requests
Required. The CreativeWrapper objects to update.
A maximum of 100 objects can be updated in a batch.
Declaration
public RepeatedField<UpdateCreativeWrapperRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<UpdateCreativeWrapperRequest> |