Class UpdateCreativeSetRequest
Request object for UpdateCreativeSet method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class UpdateCreativeSetRequest : IMessage<UpdateCreativeSetRequest>, IEquatable<UpdateCreativeSetRequest>, IDeepCloneable<UpdateCreativeSetRequest>, IBufferMessage, IMessage
Constructors
UpdateCreativeSetRequest()
Declaration
public UpdateCreativeSetRequest()
UpdateCreativeSetRequest(UpdateCreativeSetRequest)
Declaration
public UpdateCreativeSetRequest(UpdateCreativeSetRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCreativeSetRequest | other |
Properties
CreativeSet
Required. The CreativeSet to update.
The CreativeSet's name is used to identify the CreativeSet to update.
Declaration
public CreativeSet CreativeSet { get; set; }
Property Value
| Type | Description |
|---|---|
| CreativeSet |
UpdateMask
Optional. The list of fields to update.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |