Struct google_analytics3::UnsampledReportCloudStorageDownloadDetails[][src]

pub struct UnsampledReportCloudStorageDownloadDetails {
    pub bucket_id: Option<String>,
    pub object_id: Option<String>,
}

Download details for a file stored in Google Cloud Storage.

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

Fields

Id of the bucket the file object is stored in.

Id of the file object containing the report data.

Trait Implementations

Auto Trait Implementations