Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonUserListRuleItemInfo

An atomic rule item.

Inheritance
object
GoogleAdsSearchads360V23CommonUserListRuleItemInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonUserListRuleItemInfo : IDirectResponseSchema

Properties

DateRuleItem

An atomic rule item composed of a date operation.

Declaration
[JsonProperty("dateRuleItem")]
public virtual GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo DateRuleItem { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo

ETag

The ETag of the item.

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

Name

Rule variable name. It should match the corresponding key name fired by the pixel. A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. For websites, there are two built-in variable URL (name = 'url__') and referrer URL (name = 'ref_url__'). This field must be populated when creating a new rule item.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NumberRuleItem

An atomic rule item composed of a number operation.

Declaration
[JsonProperty("numberRuleItem")]
public virtual GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo NumberRuleItem { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo

StringRuleItem

An atomic rule item composed of a string operation.

Declaration
[JsonProperty("stringRuleItem")]
public virtual GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo StringRuleItem { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX