Struct google_dfareporting3d2::DfpSettings[][src]

pub struct DfpSettings {
    pub dfp_network_code: Option<String>,
    pub dfp_network_name: Option<String>,
    pub publisher_portal_only: Option<bool>,
    pub programmatic_placement_accepted: Option<bool>,
    pub pub_paid_placement_accepted: Option<bool>,
}

Google Ad Manager Settings

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

Fields

Ad Manager network code for this directory site.

Ad Manager network name for this directory site.

Whether this directory site is available only via Publisher Portal.

Whether this directory site accepts programmatic placements.

Whether this directory site accepts publisher-paid tags.

Trait Implementations

impl Default for DfpSettings
[src]

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

impl Clone for DfpSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DfpSettings
[src]

Formats the value using the given formatter. Read more

impl Part for DfpSettings
[src]

Auto Trait Implementations

impl Send for DfpSettings

impl Sync for DfpSettings