Show / Hide Table of Contents

Class BatchUpdateCustomTargetingKeysResponse

Response object for BatchUpdateCustomTargetingKeys method.

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

Constructors

BatchUpdateCustomTargetingKeysResponse()

Declaration
public BatchUpdateCustomTargetingKeysResponse()

BatchUpdateCustomTargetingKeysResponse(BatchUpdateCustomTargetingKeysResponse)

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

Properties

CustomTargetingKeys

The CustomTargetingKey objects updated.

Declaration
public RepeatedField<CustomTargetingKey> CustomTargetingKeys { get; }
Property Value
Type Description
RepeatedField<CustomTargetingKey>
In this article
Back to top Generated by DocFX