1
2
3
4
#[cfg(any(feature = "google-cloud-talent-v4"))]
pub mod v4;
#[cfg(any(feature = "google-cloud-talent-v4beta1"))]
pub mod v4beta1;