Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.CustomCriteriaSet Class Reference

A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202402.CustomCriteriaSet:
Google.Api.Ads.AdManager.v202402.CustomCriteriaNode

Properties

CustomCriteriaSetLogicalOperator logicalOperator [get, set]
 The logical operator to be applied to CustomCriteriaSet::children. This attribute is required. This attribute is required. More...
 
bool logicalOperatorSpecified [get, set]
 
CustomCriteriaNode[] children [get, set]
 The custom criteria. This attribute is required. More...
 

Detailed Description

A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting.

Property Documentation

CustomCriteriaNode [] Google.Api.Ads.AdManager.v202402.CustomCriteriaSet.children
getset

The custom criteria. This attribute is required.

CustomCriteriaSetLogicalOperator Google.Api.Ads.AdManager.v202402.CustomCriteriaSet.logicalOperator
getset

The logical operator to be applied to CustomCriteriaSet::children. This attribute is required. This attribute is required.

bool Google.Api.Ads.AdManager.v202402.CustomCriteriaSet.logicalOperatorSpecified
getset

true, if a value is specified for logicalOperator, false otherwise.


The documentation for this class was generated from the following file: