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