Show / Hide Table of Contents

Class CreateCustomTargetingKeyRequest

Request object for CreateCustomTargetingKey method.

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

Constructors

CreateCustomTargetingKeyRequest()

Declaration
public CreateCustomTargetingKeyRequest()

CreateCustomTargetingKeyRequest(CreateCustomTargetingKeyRequest)

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

Properties

CustomTargetingKey

Required. The CustomTargetingKey to create.

Declaration
public CustomTargetingKey CustomTargetingKey { get; set; }
Property Value
Type Description
CustomTargetingKey

Parent

Required. The parent resource where this CustomTargetingKey will be created. Format: networks/{network_code}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName
In this article
Back to top Generated by DocFX