Struct google_doubleclicksearch2::ReportFiles[][src]

pub struct ReportFiles {
    pub url: Option<String>,
    pub byte_count: Option<i64>,
}

Asynchronous report only. Contains a list of generated report files once the report has succesfully completed.

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

Fields

Use this url to download the report file.

The size of this report file in bytes.

Trait Implementations

impl Default for ReportFiles
[src]

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

impl Clone for ReportFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportFiles
[src]

Formats the value using the given formatter. Read more

impl NestedType for ReportFiles
[src]

impl Part for ReportFiles
[src]

Auto Trait Implementations

impl Send for ReportFiles

impl Sync for ReportFiles