Struct google_dfareporting2d2::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
active: Option<bool>
Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.
placement_id_dimension_value: Option<DimensionValue>
Dimension value for the ID of the placement. This is a read-only, auto-generated field.
placement_id: Option<String>
ID of the placement to be assigned. This is a required field.
ssl_required: Option<bool>
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 Debug for PlacementAssignment[src]
impl Clone for PlacementAssignment[src]
fn clone(&self) -> PlacementAssignment
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 PlacementAssignment[src]
fn default() -> PlacementAssignment
Returns the "default value" for a type. Read more