Struct google_dfareporting2d5::CompatibleFields [] [src]

pub struct CompatibleFields {
    pub kind: Option<String>,
    pub cross_dimension_reach_report_compatible_fields: Option<CrossDimensionReachReportCompatibleFields>,
    pub reach_report_compatible_fields: Option<ReachReportCompatibleFields>,
    pub path_to_conversion_report_compatible_fields: Option<PathToConversionReportCompatibleFields>,
    pub floodlight_report_compatible_fields: Option<FloodlightReportCompatibleFields>,
    pub report_compatible_fields: Option<ReportCompatibleFields>,
}

Represents a response to the queryCompatibleFields method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The kind of resource this is, in this case dfareporting#compatibleFields.

Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".

Contains items that are compatible to be selected for a report of type "REACH".

Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".

Contains items that are compatible to be selected for a report of type "FLOODLIGHT".

Contains items that are compatible to be selected for a report of type "STANDARD".

Trait Implementations

impl Default for CompatibleFields
[src]

[src]

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

impl Clone for CompatibleFields
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompatibleFields
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for CompatibleFields
[src]