Struct google_dfareporting2d6::CreativeOptimizationConfiguration [] [src]

pub struct CreativeOptimizationConfiguration {
    pub optimization_activitys: Option<Vec<OptimizationActivity>>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub optimization_model: Option<String>,
}

Creative optimization settings.

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

Fields

List of optimization activities associated with this configuration.

ID of this creative optimization config. This field is auto-generated when the campaign is inserted or updated. It can be null for existing campaigns.

Name of this creative optimization config. This is a required field and must be less than 129 characters long.

Optimization model for this configuration.

Trait Implementations

impl Default for CreativeOptimizationConfiguration
[src]

[src]

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

impl Clone for CreativeOptimizationConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeOptimizationConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Part for CreativeOptimizationConfiguration
[src]