Class BatchUpdateCustomTargetingKeysResponse
Response object for BatchUpdateCustomTargetingKeys method.
Implements
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> |