Show / Hide Table of Contents

Class ListPopulationRule

Remarketing List Population Rule.

Inheritance
object
ListPopulationRule
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ListPopulationRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FloodlightActivityId

Floodlight activity ID associated with this rule. This field can be left blank.

Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type Description
long?

FloodlightActivityName

Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.

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

ListPopulationClauses

Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.

Declaration
[JsonProperty("listPopulationClauses")]
public virtual IList<ListPopulationClause> ListPopulationClauses { get; set; }
Property Value
Type Description
IList<ListPopulationClause>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX