Struct google_dfareporting2d5::OptimizationActivity [] [src]

pub struct OptimizationActivity {
    pub floodlight_activity_id: Option<String>,
    pub floodlight_activity_id_dimension_value: Option<DimensionValue>,
    pub weight: Option<i32>,
}

Creative optimization activity.

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

Fields

Floodlight activity ID of this optimization activity. This is a required field.

Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.

Weight associated with this optimization. The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.

Trait Implementations

impl Default for OptimizationActivity
[src]

[src]

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

impl Clone for OptimizationActivity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OptimizationActivity
[src]

[src]

Formats the value using the given formatter.

impl Part for OptimizationActivity
[src]