pub struct UnsampledReportDriveDownloadDetails {
pub document_id: Option<String>,
}Expand description
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§
source§impl Clone for UnsampledReportDriveDownloadDetails
impl Clone for UnsampledReportDriveDownloadDetails
source§fn clone(&self) -> UnsampledReportDriveDownloadDetails
fn clone(&self) -> UnsampledReportDriveDownloadDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UnsampledReportDriveDownloadDetails
impl Default for UnsampledReportDriveDownloadDetails
source§fn default() -> UnsampledReportDriveDownloadDetails
fn default() -> UnsampledReportDriveDownloadDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UnsampledReportDriveDownloadDetails
impl<'de> Deserialize<'de> for UnsampledReportDriveDownloadDetails
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more