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
document_id: Option<String>
Id of the document/file containing the report data.
Trait Implementations
impl Debug for UnsampledReportDriveDownloadDetails[src]
impl Clone for UnsampledReportDriveDownloadDetails[src]
fn clone(&self) -> UnsampledReportDriveDownloadDetails
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for UnsampledReportDriveDownloadDetails[src]
fn default() -> UnsampledReportDriveDownloadDetails
Returns the "default value" for a type. Read more