Struct google_doubleclickbidmanager1::ReportKey[][src]

pub struct ReportKey {
    pub query_id: Option<String>,
    pub report_id: Option<String>,
}

Key used to identify a report.

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

Fields

Query ID.

Report ID.

Trait Implementations

impl Default for ReportKey
[src]

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

impl Clone for ReportKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportKey
[src]

Formats the value using the given formatter. Read more

impl Part for ReportKey
[src]

Auto Trait Implementations

impl Send for ReportKey

impl Sync for ReportKey