Show / Hide Table of Contents

Class ListPopulationClause

A group clause made up of list population terms representing constraints joined by ORs.

Inheritance
System.Object
ListPopulationClause
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListPopulationClause : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Terms

Terms of this list population clause. Each clause is made up of list population terms representing constraints and are joined by ORs.

Declaration
[JsonProperty("terms")]
public virtual IList<ListPopulationTerm> Terms { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ListPopulationTerm>

Implements

IDirectResponseSchema
In This Article
Back to top