Struct google_dfareporting2d2::KeyValueTargetingExpression
[−]
[src]
pub struct KeyValueTargetingExpression {
pub expression: Option<String>,
}Key Value Targeting Expression.
This type is not used in any activity, and only used as part of another schema.
Fields
expression: Option<String>
Keyword expression being targeted by the ad.
Trait Implementations
impl Debug for KeyValueTargetingExpression[src]
impl Clone for KeyValueTargetingExpression[src]
fn clone(&self) -> KeyValueTargetingExpression
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
impl Default for KeyValueTargetingExpression[src]
fn default() -> KeyValueTargetingExpression
Returns the "default value" for a type. Read more