Struct google_dfareporting2d7::CreativeRotation [] [src]

pub struct CreativeRotation {
    pub creative_assignments: Option<Vec<CreativeAssignment>>,
    pub weight_calculation_strategy: Option<String>,
    pub creative_optimization_configuration_id: Option<String>,
    pub type_: Option<String>,
}

Creative Rotation.

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

Fields

Creative assignments in this creative rotation.

Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM.

Creative optimization configuration that is used by this ad. It should refer to one of the existing optimization configurations in the ad's campaign. If it is unset or set to 0, then the campaign's default optimization configuration will be used for this ad.

Type of creative rotation. Can be used to specify whether to use sequential or random rotation.

Trait Implementations

impl Default for CreativeRotation
[src]

[src]

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

impl Clone for CreativeRotation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeRotation
[src]

[src]

Formats the value using the given formatter.

impl Part for CreativeRotation
[src]