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