Class CreateCustomTargetingKeyRequest
Request object for CreateCustomTargetingKey method.
Implements
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 |