Struct google_adexchangebuyer2_v2_beta1::UrlTargeting[][src]

pub struct UrlTargeting {
    pub excluded_urls: Option<Vec<String>>,
    pub targeted_urls: Option<Vec<String>>,
}

Represents a list of targeted and excluded URLs (e.g., google.com). For Private Auction and AdX Preferred Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

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

Fields

A list of URLs to be excluded.

A list of URLs to be included.

Trait Implementations

impl Default for UrlTargeting
[src]

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

impl Clone for UrlTargeting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UrlTargeting
[src]

Formats the value using the given formatter. Read more

impl Part for UrlTargeting
[src]

Auto Trait Implementations