Struct google_dfareporting2d1::PlacementAssignment [] [src]

pub struct PlacementAssignment {
    pub active: Option<bool>,
    pub placement_id_dimension_value: Option<DimensionValue>,
    pub placement_id: Option<String>,
    pub ssl_required: Option<bool>,
}

Placement Assignment.

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

Fields

Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.

Dimension value for the ID of the placement. This is a read-only, auto-generated field.

ID of the placement to be assigned. This is a required field.

Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.

Trait Implementations

impl Default for PlacementAssignment
[src]

[src]

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

impl Clone for PlacementAssignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlacementAssignment
[src]

[src]

Formats the value using the given formatter.

impl Part for PlacementAssignment
[src]