Struct google_dfareporting2d7::ListPopulationClause [] [src]

pub struct ListPopulationClause {
    pub terms: Option<Vec<ListPopulationTerm>>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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

Trait Implementations

impl Default for ListPopulationClause
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ListPopulationClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListPopulationClause
[src]

[src]

Formats the value using the given formatter.

impl Part for ListPopulationClause
[src]