Struct google_analytics3::RealtimeDataQuery [−][src]
pub struct RealtimeDataQuery {
pub max_results: Option<i32>,
pub sort: Option<Vec<String>>,
pub metrics: Option<Vec<String>>,
pub dimensions: Option<String>,
pub filters: Option<String>,
pub ids: Option<String>,
}Real time data request query parameters.
This type is not used in any activity, and only used as part of another schema.
Fields
max_results: Option<i32>
Maximum results per page.
sort: Option<Vec<String>>
List of dimensions or metrics based on which real time data is sorted.
metrics: Option<Vec<String>>
List of real time metrics.
dimensions: Option<String>
List of real time dimensions.
filters: Option<String>
Comma-separated list of dimension or metric filters.
ids: Option<String>
Unique table ID.
Trait Implementations
impl Default for RealtimeDataQuery[src]
impl Default for RealtimeDataQueryfn default() -> RealtimeDataQuery[src]
fn default() -> RealtimeDataQueryReturns the "default value" for a type. Read more
impl Clone for RealtimeDataQuery[src]
impl Clone for RealtimeDataQueryfn clone(&self) -> RealtimeDataQuery[src]
fn clone(&self) -> RealtimeDataQueryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RealtimeDataQuery[src]
impl Debug for RealtimeDataQueryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for RealtimeDataQuery[src]
impl NestedType for RealtimeDataQueryimpl Part for RealtimeDataQuery[src]
impl Part for RealtimeDataQueryAuto Trait Implementations
impl Send for RealtimeDataQuery
impl Send for RealtimeDataQueryimpl Sync for RealtimeDataQuery
impl Sync for RealtimeDataQuery