Show / Hide Table of Contents

Class ListPopulationClause

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

Inheritance
object
ListPopulationClause
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 ListPopulationClause : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<ListPopulationTerm>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX