Show / Hide Table of Contents

Class BatchCreateCustomTargetingKeysResponse

Response object for BatchCreateCustomTargetingKeys method.

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

Constructors

BatchCreateCustomTargetingKeysResponse()

Declaration
public BatchCreateCustomTargetingKeysResponse()

BatchCreateCustomTargetingKeysResponse(BatchCreateCustomTargetingKeysResponse)

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

Properties

CustomTargetingKeys

The CustomTargetingKey objects created.

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