1
2
3
4
5
6
#[cfg(any(feature = "google-cloud-websecurityscanner-v1"))]
pub mod v1;
#[cfg(any(feature = "google-cloud-websecurityscanner-v1alpha"))]
pub mod v1alpha;
#[cfg(any(feature = "google-cloud-websecurityscanner-v1beta"))]
pub mod v1beta;