tencentcloud-sdk-bma 3.0.924 → 3.0.926
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/v20221115/models.rb +12 -4
- 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: 267ef32402352806d28a5d554926afbc3ea073b5
|
4
|
+
data.tar.gz: d8916d88060f9edb44772c4d7759c50cfb9dfa14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbd6310b26e24cdb7a7211ff0183eae554f61672661ad2b35a7dfa9e403f1cf5bc3c8822c16d3e37d4b6e27d588320405005ca0d513889c2d1f695ad4e387a20
|
7
|
+
data.tar.gz: f3931dcd8b93313b0a001a52887e293aa8b7ec846718632560f54cdf210f9f5456811f69d8ab8d962fb9b1017bc64b1c8813e97eabbabd7e8e9319a71458322a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.926
|
data/lib/v20221115/models.rb
CHANGED
@@ -265,16 +265,20 @@ module TencentCloud
|
|
265
265
|
|
266
266
|
# CreateBPFakeAPP返回参数结构体
|
267
267
|
class CreateBPFakeAPPResponse < TencentCloud::Common::AbstractModel
|
268
|
+
# @param FakeAPPId: FakeAPPId
|
269
|
+
# @type FakeAPPId: Integer
|
268
270
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
269
271
|
# @type RequestId: String
|
270
272
|
|
271
|
-
attr_accessor :RequestId
|
273
|
+
attr_accessor :FakeAPPId, :RequestId
|
272
274
|
|
273
|
-
def initialize(requestid=nil)
|
275
|
+
def initialize(fakeappid=nil, requestid=nil)
|
276
|
+
@FakeAPPId = fakeappid
|
274
277
|
@RequestId = requestid
|
275
278
|
end
|
276
279
|
|
277
280
|
def deserialize(params)
|
281
|
+
@FakeAPPId = params['FakeAPPId']
|
278
282
|
@RequestId = params['RequestId']
|
279
283
|
end
|
280
284
|
end
|
@@ -309,16 +313,20 @@ module TencentCloud
|
|
309
313
|
|
310
314
|
# CreateBPFakeURL返回参数结构体
|
311
315
|
class CreateBPFakeURLResponse < TencentCloud::Common::AbstractModel
|
316
|
+
# @param FakeURLId: FakeURLId
|
317
|
+
# @type FakeURLId: Integer
|
312
318
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
313
319
|
# @type RequestId: String
|
314
320
|
|
315
|
-
attr_accessor :RequestId
|
321
|
+
attr_accessor :FakeURLId, :RequestId
|
316
322
|
|
317
|
-
def initialize(requestid=nil)
|
323
|
+
def initialize(fakeurlid=nil, requestid=nil)
|
324
|
+
@FakeURLId = fakeurlid
|
318
325
|
@RequestId = requestid
|
319
326
|
end
|
320
327
|
|
321
328
|
def deserialize(params)
|
329
|
+
@FakeURLId = params['FakeURLId']
|
322
330
|
@RequestId = params['RequestId']
|
323
331
|
end
|
324
332
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.926
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|