Class ListPopulationClause
A group clause made up of list population terms representing constraints joined by ORs.
Implements
Inherited Members
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> |