tencentcloud-sdk-lcic 3.0.998 → 3.0.999

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: 83d4f4ea37d29081d7d624e02b1b7f742c6a17cc
4
- data.tar.gz: e8b82164f2ef9fd3dfcb19d8fe1c205595540518
3
+ metadata.gz: 5df28da94d7cba36b53b9626c1932120d501287b
4
+ data.tar.gz: 72d44ebeb251cbd05701392ad8e8dcbac5fa605c
5
5
  SHA512:
6
- metadata.gz: c2b93e92714f6f90c8cb0c55cc3bba2dc445e5ae8a7aaf18e5dd73539bfae59ef73dc24d9f6aeb8eb25bc7dbea376f0ae7059ad934623538bfe1aa454ae8bce2
7
- data.tar.gz: 16712ef3682f39c1583a74648c0eb74ebae32d9a209a83aeea118a8a556a34b873a5009f0aa08f08183ffe9f9956532e53f3ac4f83ef8b0f38f7d5afa4c9e73e
6
+ metadata.gz: 055f2448c06d55347d937e58c3a7837ccdc39188d8209ac0cd7f803f459db092ff6dc938a3b3f8abdf12be72341beb18540fa549e02edf66c60d34b4bceb99a4
7
+ data.tar.gz: 3b501635ab163638d2b4ab31c267f84785c890189cc0ca5fbb3f233d1357257fb88c770e8f7a719a6507acaa26c36e2acac9729778bd55e0ae388482b98bd5a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.998
1
+ 3.0.999
@@ -114,22 +114,16 @@ module TencentCloud
114
114
  # @param ApplicationId: 应用ID
115
115
  # @type ApplicationId: String
116
116
  # @param AppName: 应用名称
117
- # 注意:此字段可能返回 null,表示取不到有效值。
118
117
  # @type AppName: String
119
118
  # @param State: 应用状态 1正常 2停用
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
119
  # @type State: Integer
122
120
  # @param AppVersion: 1试用 2轻量版 3标准版 4旗舰版
123
- # 注意:此字段可能返回 null,表示取不到有效值。
124
121
  # @type AppVersion: Integer
125
122
  # @param CreatedAt: 创建时间
126
- # 注意:此字段可能返回 null,表示取不到有效值。
127
123
  # @type CreatedAt: String
128
124
  # @param Callback: 回调
129
- # 注意:此字段可能返回 null,表示取不到有效值。
130
125
  # @type Callback: String
131
126
  # @param CallbackKey: 回调Key
132
- # 注意:此字段可能返回 null,表示取不到有效值。
133
127
  # @type CallbackKey: String
134
128
 
135
129
  attr_accessor :ApplicationId, :AppName, :State, :AppVersion, :CreatedAt, :Callback, :CallbackKey
@@ -190,7 +184,6 @@ module TencentCloud
190
184
  # 背景图片配置
191
185
  class BackgroundPictureConfig < TencentCloud::Common::AbstractModel
192
186
  # @param Url: 背景图片的url
193
- # 注意:此字段可能返回 null,表示取不到有效值。
194
187
  # @type Url: String
195
188
 
196
189
  attr_accessor :Url
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.998
4
+ version: 3.0.999
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-02-13 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common