Struct google_dfareporting2d4::OmnitureSettings [] [src]

pub struct OmnitureSettings {
    pub omniture_cost_data_enabled: Option<bool>,
    pub omniture_integration_enabled: Option<bool>,
}

Omniture Integration Settings.

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

Fields

Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.

Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.

Trait Implementations

impl Default for OmnitureSettings
[src]

[src]

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

impl Clone for OmnitureSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OmnitureSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for OmnitureSettings
[src]