1
2
3
4
5
6
7
8
9
#[cfg(
    any(
        feature = "google-cloud-billing-budgets-v1",
        feature = "google-cloud-billing-budgets-v1beta1",
    )
)]
pub mod budgets;
#[cfg(any(feature = "google-cloud-billing-v1"))]
pub mod v1;