Class BatchCreateCustomTargetingValuesResponse
Response object for BatchCreateCustomTargetingValues method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCustomTargetingValuesResponse : IMessage<BatchCreateCustomTargetingValuesResponse>, IEquatable<BatchCreateCustomTargetingValuesResponse>, IDeepCloneable<BatchCreateCustomTargetingValuesResponse>, IBufferMessage, IMessage
Constructors
BatchCreateCustomTargetingValuesResponse()
Declaration
public BatchCreateCustomTargetingValuesResponse()
BatchCreateCustomTargetingValuesResponse(BatchCreateCustomTargetingValuesResponse)
Declaration
public BatchCreateCustomTargetingValuesResponse(BatchCreateCustomTargetingValuesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCustomTargetingValuesResponse | other |
Properties
CustomTargetingValues
The CustomTargetingValue objects created.
Declaration
public RepeatedField<CustomTargetingValue> CustomTargetingValues { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CustomTargetingValue> |