tencentcloud-sdk-gs 3.0.1081 → 3.0.1082
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191118/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4ef62a15c8645574da7add24ee213d061f63763
|
4
|
+
data.tar.gz: aee2b8022b8ce9eeacdeeba9d922dc48c946cf1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d31e15f0e47dade1e980ee92739489c03bcfa1bc1be9f25bd7472f1f2c4499601ed81d67332f249a9231ff9adcc02fc0c37bde4b1fb7ad853ab5e549d87fc5f1
|
7
|
+
data.tar.gz: 53ce094f7dadc5beaa5ba5978fc58d51575d8dfb0ab246da7ce01df54ada4342fb16d70d44458500b66a3800263d3fd8d1377c15e9e0c84747db318b09adaf14
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1082
|
data/lib/v20191118/models.rb
CHANGED
@@ -100,16 +100,19 @@ module TencentCloud
|
|
100
100
|
# @type UninstallCommand: String
|
101
101
|
# @param CleanupMode: 应用资源清理模式(实例安装应用所用资源),取值:CLEANUP_ON_UNINSTALL(默认值),卸载 App 时清理;CLEANUP_AFTER_INSTALL,安装 App 后立即清理。普通应用只有 CLEANUP_AFTER_INSTALL 模式。
|
102
102
|
# @type CleanupMode: String
|
103
|
+
# @param AndroidAppVersionName: 安卓应用版本名称
|
104
|
+
# @type AndroidAppVersionName: String
|
103
105
|
|
104
|
-
attr_accessor :AndroidAppVersion, :State, :CreateTime, :Command, :UninstallCommand, :CleanupMode
|
106
|
+
attr_accessor :AndroidAppVersion, :State, :CreateTime, :Command, :UninstallCommand, :CleanupMode, :AndroidAppVersionName
|
105
107
|
|
106
|
-
def initialize(androidappversion=nil, state=nil, createtime=nil, command=nil, uninstallcommand=nil, cleanupmode=nil)
|
108
|
+
def initialize(androidappversion=nil, state=nil, createtime=nil, command=nil, uninstallcommand=nil, cleanupmode=nil, androidappversionname=nil)
|
107
109
|
@AndroidAppVersion = androidappversion
|
108
110
|
@State = state
|
109
111
|
@CreateTime = createtime
|
110
112
|
@Command = command
|
111
113
|
@UninstallCommand = uninstallcommand
|
112
114
|
@CleanupMode = cleanupmode
|
115
|
+
@AndroidAppVersionName = androidappversionname
|
113
116
|
end
|
114
117
|
|
115
118
|
def deserialize(params)
|
@@ -119,6 +122,7 @@ module TencentCloud
|
|
119
122
|
@Command = params['Command']
|
120
123
|
@UninstallCommand = params['UninstallCommand']
|
121
124
|
@CleanupMode = params['CleanupMode']
|
125
|
+
@AndroidAppVersionName = params['AndroidAppVersionName']
|
122
126
|
end
|
123
127
|
end
|
124
128
|
|
@@ -1578,7 +1582,7 @@ module TencentCloud
|
|
1578
1582
|
# @type Limit: Integer
|
1579
1583
|
# @param AndroidAppIds: 应用ID数组
|
1580
1584
|
# @type AndroidAppIds: Array
|
1581
|
-
# @param Filters:
|
1585
|
+
# @param Filters: 过滤条件,支持过滤的字段有:UserId
|
1582
1586
|
# @type Filters: Array
|
1583
1587
|
|
1584
1588
|
attr_accessor :Offset, :Limit, :AndroidAppIds, :Filters
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1082
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|