1
2
3
4
#[cfg(any(feature = "google-api-serviceusage-v1"))]
pub mod v1;
#[cfg(any(feature = "google-api-serviceusage-v1beta1"))]
pub mod v1beta1;