Show / Hide Table of Contents

Class UpdatePlacementRequest

Request object for UpdatePlacement method.

Inheritance
object
UpdatePlacementRequest
Implements
IMessage<UpdatePlacementRequest>
IEquatable<UpdatePlacementRequest>
IDeepCloneable<UpdatePlacementRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX