Struct google_dfareporting2d7::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
optimization_activitys: Option<Vec<OptimizationActivity>>
List of optimization activities associated with this configuration.
id: Option<String>
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: Option<String>
Name of this creative optimization config. This is a required field and must be less than 129 characters long.
optimization_model: Option<String>
Optimization model for this configuration.
Trait Implementations
impl Default for CreativeOptimizationConfiguration[src]
fn default() -> CreativeOptimizationConfiguration
Returns the "default value" for a type. Read more
impl Clone for CreativeOptimizationConfiguration[src]
fn clone(&self) -> CreativeOptimizationConfiguration
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more