1
2
3
4
#[cfg(any(feature = "google-cloud-orchestration-airflow-service-v1"))]
pub mod v1;
#[cfg(any(feature = "google-cloud-orchestration-airflow-service-v1beta1"))]
pub mod v1beta1;