Show / Hide Table of Contents

Class UpdateCustomTargetingKeyRequest

Request object for UpdateCustomTargetingKey method.

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

Constructors

UpdateCustomTargetingKeyRequest()

Declaration
public UpdateCustomTargetingKeyRequest()

UpdateCustomTargetingKeyRequest(UpdateCustomTargetingKeyRequest)

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

Properties

CustomTargetingKey

Required. The CustomTargetingKey to update.

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

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

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