// 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
}
}