Struct google_adexchangeseller2::ReportingMetadataEntry [] [src]

pub struct ReportingMetadataEntry {
    pub required_metrics: Option<Vec<String>>,
    pub kind: Option<String>,
    pub compatible_metrics: Option<Vec<String>>,
    pub compatible_dimensions: Option<Vec<String>>,
    pub id: Option<String>,
    pub required_dimensions: Option<Vec<String>>,
    pub supported_products: Option<Vec<String>>,
}

There is no detailed description.

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

Fields

The names of the metrics which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.

Kind of resource this is, in this case adexchangeseller#reportingMetadataEntry.

The names of the metrics the dimension or metric this reporting metadata entry describes is compatible with.

For metrics this is a list of dimension IDs which the metric is compatible with, for dimensions it is a list of compatibility groups the dimension belongs to.

Unique identifier of this reporting metadata entry, corresponding to the name of the appropriate dimension or metric.

The names of the dimensions which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.

The codes of the projects supported by the dimension or metric this reporting metadata entry describes.

Trait Implementations

impl Default for ReportingMetadataEntry
[src]

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

impl Clone for ReportingMetadataEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportingMetadataEntry
[src]

Formats the value using the given formatter.

impl Part for ReportingMetadataEntry
[src]