1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#[cfg(any(feature = "google-apps-alertcenter-v1beta1"))]
pub mod alertcenter;
#[cfg(any(feature = "google-apps-card-v1"))]
pub mod card;
#[cfg(
    any(
        feature = "google-apps-drive-activity-v2",
        feature = "google-apps-drive-labels-v2",
        feature = "google-apps-drive-labels-v2beta",
    )
)]
pub mod drive;
#[cfg(any(feature = "google-apps-events-subscriptions-v1"))]
pub mod events;
#[cfg(any(feature = "google-apps-meet-v2", feature = "google-apps-meet-v2beta"))]
pub mod meet;
#[cfg(
    any(
        feature = "google-apps-script-type",
        feature = "google-apps-script-type-calendar",
        feature = "google-apps-script-type-docs",
        feature = "google-apps-script-type-drive",
        feature = "google-apps-script-type-gmail",
        feature = "google-apps-script-type-sheets",
        feature = "google-apps-script-type-slides",
    )
)]
pub mod script;