Class TargetNetworkInfo
Eligibility information for different target networks.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class TargetNetworkInfo : IMessage<TargetNetworkInfo>, IEquatable<TargetNetworkInfo>, IDeepCloneable<TargetNetworkInfo>, IBufferMessage, IMessage
Constructors
TargetNetworkInfo()
Declaration
public TargetNetworkInfo()
TargetNetworkInfo(TargetNetworkInfo)
Declaration
public TargetNetworkInfo(TargetNetworkInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| TargetNetworkInfo | other |
Properties
EligibleForDisplay
Output only. Indicates this user list is eligible for Google Display Network.
Declaration
public bool EligibleForDisplay { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
EligibleForSearch
Optional. Indicates if this user list is eligible for Google Search Network.
Declaration
public bool EligibleForSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
HasEligibleForSearch
Gets whether the "eligible_for_search" field is set
Declaration
public bool HasEligibleForSearch { get; }
Property Value
| Type | Description |
|---|---|
| bool |