Struct google_analytics3::RemarketingAudienceAudienceDefinition[][src]

pub struct RemarketingAudienceAudienceDefinition {
    pub include_conditions: Option<IncludeConditions>,
}

The simple audience definition that will cause a user to be added to an audience.

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

Fields

Defines the conditions to include users to the audience.

Trait Implementations

impl Default for RemarketingAudienceAudienceDefinition
[src]

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

impl Clone for RemarketingAudienceAudienceDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RemarketingAudienceAudienceDefinition
[src]

Formats the value using the given formatter. Read more

impl NestedType for RemarketingAudienceAudienceDefinition
[src]

impl Part for RemarketingAudienceAudienceDefinition
[src]

Auto Trait Implementations