Struct google_dfareporting2d5::DfpSettings [] [src]

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

DFP Settings

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

Fields

DFP network name for this directory site.

DFP network code for this directory site.

Whether this directory site is available only via DoubleClick Publisher Portal.

Whether this directory site accepts programmatic placements.

Whether this directory site accepts publisher-paid tags.

Trait Implementations

impl Default for DfpSettings
[src]

[src]

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

impl Clone for DfpSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DfpSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for DfpSettings
[src]