Class BatchCreateCustomTargetingKeysResponse
Response object for BatchCreateCustomTargetingKeys method.
Implements
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> |