Show / Hide Table of Contents

Class BatchCreateCustomTargetingValuesResponse

Response object for BatchCreateCustomTargetingValues method.

Inheritance
object
BatchCreateCustomTargetingValuesResponse
Implements
IMessage<BatchCreateCustomTargetingValuesResponse>
IEquatable<BatchCreateCustomTargetingValuesResponse>
IDeepCloneable<BatchCreateCustomTargetingValuesResponse>
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 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>
In this article
Back to top Generated by DocFX