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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#[cfg(feature = "BatchSetAttributes")]
pub mod BatchSetAttributes;
#[cfg(feature = "BatchSetTags")]
pub mod BatchSetTags;
#[cfg(feature = "CreateAttribute")]
pub mod CreateAttribute;
#[cfg(feature = "CreateTag")]
pub mod CreateTag;
#[cfg(feature = "DeleteRealName")]
pub mod DeleteRealName;
#[cfg(feature = "DeleteTag")]
pub mod DeleteTag;
#[cfg(feature = "DisableAttribute")]
pub mod DisableAttribute;
#[cfg(feature = "EnableAttribute")]
pub mod EnableAttribute;
#[cfg(feature = "EnableSimCard")]
pub mod EnableSimCard;
#[cfg(feature = "ListAttributes")]
pub mod ListAttributes;
#[cfg(feature = "ListBackPoolMembers")]
pub mod ListBackPoolMembers;
#[cfg(feature = "ListBackPools")]
pub mod ListBackPools;
#[cfg(feature = "ListFlowBySimCards")]
pub mod ListFlowBySimCards;
#[cfg(feature = "ListProPricePlans")]
pub mod ListProPricePlans;
#[cfg(feature = "ListSimCards")]
pub mod ListSimCards;
#[cfg(feature = "ListSimPoolMembers")]
pub mod ListSimPoolMembers;
#[cfg(feature = "ListSimPools")]
pub mod ListSimPools;
#[cfg(feature = "ListSimPricePlans")]
pub mod ListSimPricePlans;
#[cfg(feature = "ListSmsDetails")]
pub mod ListSmsDetails;
#[cfg(feature = "ListTags")]
pub mod ListTags;
#[cfg(feature = "ListWorkOrderDetails")]
pub mod ListWorkOrderDetails;
#[cfg(feature = "ListWorkOrders")]
pub mod ListWorkOrders;
#[cfg(feature = "RegisterImei")]
pub mod RegisterImei;
#[cfg(feature = "ResetSimCard")]
pub mod ResetSimCard;
#[cfg(feature = "SendSms")]
pub mod SendSms;
#[cfg(feature = "SetExceedCutNet")]
pub mod SetExceedCutNet;
#[cfg(feature = "SetSpeedValue")]
pub mod SetSpeedValue;
#[cfg(feature = "ShowMonthUsages")]
pub mod ShowMonthUsages;
#[cfg(feature = "ShowRealNamed")]
pub mod ShowRealNamed;
#[cfg(feature = "ShowSimCard")]
pub mod ShowSimCard;
#[cfg(feature = "StartStopNet")]
pub mod StartStopNet;
#[cfg(feature = "StopSimCard")]
pub mod StopSimCard;
#[cfg(feature = "UpdateAttribute")]
pub mod UpdateAttribute;