Struct google_dfareporting2d2::ListPopulationRule [] [src]

pub struct ListPopulationRule {
    pub floodlight_activity_id: Option<String>,
    pub floodlight_activity_name: Option<String>,
    pub list_population_clauses: Option<Vec<ListPopulationClause>>,
}

Remarketing List Population Rule.

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

Fields

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

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

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.

Trait Implementations

impl Default for ListPopulationRule
[src]

[src]

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

impl Clone for ListPopulationRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ListPopulationRule
[src]

[src]

Formats the value using the given formatter.

impl Part for ListPopulationRule
[src]