Struct google_analytics3::UnsampledReportDriveDownloadDetails[][src]

pub struct UnsampledReportDriveDownloadDetails {
    pub document_id: Option<String>,
}

Download details for a file stored in Google Drive.

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

Fields

Id of the document/file containing the report data.

Trait Implementations

impl Default for UnsampledReportDriveDownloadDetails
[src]

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

impl Clone for UnsampledReportDriveDownloadDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnsampledReportDriveDownloadDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for UnsampledReportDriveDownloadDetails
[src]

impl Part for UnsampledReportDriveDownloadDetails
[src]

Auto Trait Implementations