Struct google_dfareporting2d4::PlacementTag [] [src]

pub struct PlacementTag {
    pub tag_datas: Option<Vec<TagData>>,
    pub placement_id: Option<String>,
}

Placement Tag

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

Fields

Tags generated for this placement.

Placement ID

Trait Implementations

impl Debug for PlacementTag
[src]

Formats the value using the given formatter.

impl Clone for PlacementTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PlacementTag
[src]

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

impl Part for PlacementTag
[src]