Class CreateCustomTargetingValueRequest
Request object for CreateCustomTargetingValue method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreateCustomTargetingValueRequest : IMessage<CreateCustomTargetingValueRequest>, IEquatable<CreateCustomTargetingValueRequest>, IDeepCloneable<CreateCustomTargetingValueRequest>, IBufferMessage, IMessage
Constructors
CreateCustomTargetingValueRequest()
Declaration
public CreateCustomTargetingValueRequest()
CreateCustomTargetingValueRequest(CreateCustomTargetingValueRequest)
Declaration
public CreateCustomTargetingValueRequest(CreateCustomTargetingValueRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateCustomTargetingValueRequest | other |
Properties
CustomTargetingValue
Required. The CustomTargetingValue to create.
Declaration
public CustomTargetingValue CustomTargetingValue { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomTargetingValue |
Parent
Required. The parent, which owns this collection of CustomTargetingValues.
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 |