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

impl Default for UnsampledReportCloudStorageDownloadDetails
[src]

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

impl Clone for UnsampledReportCloudStorageDownloadDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnsampledReportCloudStorageDownloadDetails
[src]

Formats the value using the given formatter.

impl NestedType for UnsampledReportCloudStorageDownloadDetails
[src]

impl Part for UnsampledReportCloudStorageDownloadDetails
[src]