Struct google_youtubeanalytics1::BatchReportOutputs [] [src]

pub struct BatchReportOutputs {
    pub download_url: Option<String>,
    pub type_: Option<String>,
    pub format: Option<String>,
}

Report outputs.

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

Fields

Cloud storage URL to download this report. This URL is valid for 30 minutes.

Type of the output.

Format of the output.

Trait Implementations

impl Debug for BatchReportOutputs
[src]

Formats the value using the given formatter.

impl Clone for BatchReportOutputs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BatchReportOutputs
[src]

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

impl NestedType for BatchReportOutputs
[src]

impl Part for BatchReportOutputs
[src]