Struct google_doubleclickbidmanager1::ReportMetadata[][src]

pub struct ReportMetadata {
    pub status: Option<ReportStatus>,
    pub report_data_end_time_ms: Option<String>,
    pub google_cloud_storage_path: Option<String>,
    pub report_data_start_time_ms: Option<String>,
}

Report metadata.

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

Fields

Report status.

The ending time for the data that is shown in the report.

The path to the location in Google Cloud Storage where the report is stored.

The starting time for the data that is shown in the report.

Trait Implementations

impl Default for ReportMetadata
[src]

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

impl Clone for ReportMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for ReportMetadata
[src]

Auto Trait Implementations