Show / Hide Table of Contents

Class UpdateAdSpotRequest

Request object for UpdateAdSpot method.

Inheritance
object
UpdateAdSpotRequest
Implements
IMessage<UpdateAdSpotRequest>
IEquatable<UpdateAdSpotRequest>
IDeepCloneable<UpdateAdSpotRequest>
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 UpdateAdSpotRequest : IMessage<UpdateAdSpotRequest>, IEquatable<UpdateAdSpotRequest>, IDeepCloneable<UpdateAdSpotRequest>, IBufferMessage, IMessage

Constructors

UpdateAdSpotRequest()

Declaration
public UpdateAdSpotRequest()

UpdateAdSpotRequest(UpdateAdSpotRequest)

Declaration
public UpdateAdSpotRequest(UpdateAdSpotRequest other)
Parameters
Type Name Description
UpdateAdSpotRequest other

Properties

AdSpot

Required. The AdSpot to update.

The AdSpot's name is used to identify the AdSpot to update.

Declaration
public AdSpot AdSpot { get; set; }
Property Value
Type Description
AdSpot

UpdateMask

Optional. 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