Struct google_dfareporting2d7::FloodlightActivityDynamicTag
[−]
[src]
pub struct FloodlightActivityDynamicTag {
pub tag: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
}Dynamic Tag
This type is not used in any activity, and only used as part of another schema.
Fields
tag: Option<String>
Tag code.
id: Option<String>
ID of this dynamic tag. This is a read-only, auto-generated field.
name: Option<String>
Name of this tag.
Trait Implementations
impl Default for FloodlightActivityDynamicTag[src]
fn default() -> FloodlightActivityDynamicTag
Returns the "default value" for a type. Read more
impl Clone for FloodlightActivityDynamicTag[src]
fn clone(&self) -> FloodlightActivityDynamicTag
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