Struct google_dfareporting3d4::api::CreativeOptimizationConfiguration[][src]

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

Creative optimization settings.

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

Fields

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_activitys: Option<Vec<OptimizationActivity>>

List of optimization activities associated with this configuration.

optimization_model: Option<String>

Optimization model for this configuration.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.