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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95f7d2d1a1aa683dc02652af67940fd01e9019ce
4
- data.tar.gz: 8956d231da7f91be56d97dd386691136c1668a55
3
+ metadata.gz: b4ef62a15c8645574da7add24ee213d061f63763
4
+ data.tar.gz: aee2b8022b8ce9eeacdeeba9d922dc48c946cf1b
5
5
  SHA512:
6
- metadata.gz: a3fdf006077b8851e603ef8935bf798e0f69f358aa97a031a9d4769ffb99a713a64cf84f574ddccaf8da4aea2a85ec2c34c94ef55b1b1c2fe82d8f0aae542d07
7
- data.tar.gz: b715f0e2ae3c8e65ba8dccdf3aa01fb9e42c94f616a4a3ecc102ef9dd9961818c3e3007ae2776024df74c9c13b7ca2d276fd1e15edbc0e8201a52a7db298250a
6
+ metadata.gz: d31e15f0e47dade1e980ee92739489c03bcfa1bc1be9f25bd7472f1f2c4499601ed81d67332f249a9231ff9adcc02fc0c37bde4b1fb7ad853ab5e549d87fc5f1
7
+ data.tar.gz: 53ce094f7dadc5beaa5ba5978fc58d51575d8dfb0ab246da7ce01df54ada4342fb16d70d44458500b66a3800263d3fd8d1377c15e9e0c84747db318b09adaf14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1081
1
+ 3.0.1082
@@ -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.1081
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-15 00:00:00.000000000 Z
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