huawei_cloud_api_definitions_VAS/
lib.rs

1#[cfg(feature = "CreateTasks")]
2pub mod CreateTasks;
3#[cfg(feature = "DeleteTask")]
4pub mod DeleteTask;
5#[cfg(feature = "ListTasksDetails")]
6pub mod ListTasksDetails;
7#[cfg(feature = "ShowTask")]
8pub mod ShowTask;
9#[cfg(feature = "StartTask")]
10pub mod StartTask;
11#[cfg(feature = "StopTask")]
12pub mod StopTask;
13#[cfg(feature = "UpdateTask")]
14pub mod UpdateTask;