gapirs-drive-v3 0.0.1

Rust library for Google API drive v0.0.1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file was generated by code-gen. DO NOT EDIT MANUALLY! 

pub mod methods;
pub struct Operations<'a, H: crate::gapirs_common::Hub> {
    #[allow(unused)]
    pub(crate) hub: &'a H,
}
impl<'a, H: crate::gapirs_common::Hub> Operations<'a, H> {
    pub fn get(&self) -> methods::get::DriveOperationsGetCallBuilder<'a, H> {
        let mut builder: methods::get::DriveOperationsGetCallBuilder<'a, H> = ::std::default::Default::default();
        builder.with_hub(self.hub);
        builder
    }
}