Struct google_analytics3::FilterRef
[−]
[src]
pub struct FilterRef {
pub kind: Option<String>,
pub href: Option<String>,
pub account_id: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
}JSON template for a profile filter link.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
Kind value for filter reference.
href: Option<String>
Link for this filter.
account_id: Option<String>
Account ID to which this filter belongs.
id: Option<String>
Filter ID.
name: Option<String>
Name of this filter.
Trait Implementations
impl Default for FilterRef[src]
impl Clone for FilterRef[src]
fn clone(&self) -> FilterRef[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more