Struct google_dfareporting3::FloodlightReportCompatibleFields [−][src]
pub struct FloodlightReportCompatibleFields {
pub metrics: Option<Vec<Metric>>,
pub kind: Option<String>,
pub dimension_filters: Option<Vec<Dimension>>,
pub dimensions: Option<Vec<Dimension>>,
}Represents fields that are compatible to be selected for a report of type "FlOODLIGHT".
This type is not used in any activity, and only used as part of another schema.
Fields
metrics: Option<Vec<Metric>>
Metrics which are compatible to be selected in the "metricNames" section of the report.
kind: Option<String>
The kind of resource this is, in this case dfareporting#floodlightReportCompatibleFields.
dimension_filters: Option<Vec<Dimension>>
Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.
dimensions: Option<Vec<Dimension>>
Dimensions which are compatible to be selected in the "dimensions" section of the report.
Trait Implementations
impl Default for FloodlightReportCompatibleFields[src]
impl Default for FloodlightReportCompatibleFieldsfn default() -> FloodlightReportCompatibleFields[src]
fn default() -> FloodlightReportCompatibleFieldsReturns the "default value" for a type. Read more
impl Clone for FloodlightReportCompatibleFields[src]
impl Clone for FloodlightReportCompatibleFieldsfn clone(&self) -> FloodlightReportCompatibleFields[src]
fn clone(&self) -> FloodlightReportCompatibleFieldsReturns 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 FloodlightReportCompatibleFields[src]
impl Debug for FloodlightReportCompatibleFieldsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for FloodlightReportCompatibleFields[src]
impl Part for FloodlightReportCompatibleFieldsAuto Trait Implementations
impl Send for FloodlightReportCompatibleFields
impl Send for FloodlightReportCompatibleFieldsimpl Sync for FloodlightReportCompatibleFields
impl Sync for FloodlightReportCompatibleFields