1
2
3
4
#[cfg(any(feature = "google-cloud-workflows-executions-v1"))]
pub mod v1;
#[cfg(any(feature = "google-cloud-workflows-executions-v1beta"))]
pub mod v1beta;