tencentcloud-sdk-gs 3.0.1027 → 3.0.1029
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 +6 -2
- 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: deebe18e22f35b2cb4479cae9fd564565201f69c
|
4
|
+
data.tar.gz: c88cfce5d96706b322afee0193e5683395da933d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33747bca5dac7c5bee4d8c5247b36c902d82287d9431c2ce68af05d984408d755b6b9d718585b576160a309a39ba331a854ec321fef2da2e2a3a61a380e01a49
|
7
|
+
data.tar.gz: d0e320e551b87251ba8c549967310540884cb58182cb2a96d669b530a5c5c83683e032dfdfe72f6d4609257ebf5839bd0d4f21494bb4ddee3595729baa9dea46
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20191118/models.rb
CHANGED
@@ -2299,17 +2299,21 @@ module TencentCloud
|
|
2299
2299
|
# @type AndroidInstanceIds: Array
|
2300
2300
|
# @param FileURL: 文件下载 URL
|
2301
2301
|
# @type FileURL: String
|
2302
|
+
# @param DestinationDirectory: 上传目标目录,只能上传到 /sdcard/ 目录或其子目录下
|
2303
|
+
# @type DestinationDirectory: String
|
2302
2304
|
|
2303
|
-
attr_accessor :AndroidInstanceIds, :FileURL
|
2305
|
+
attr_accessor :AndroidInstanceIds, :FileURL, :DestinationDirectory
|
2304
2306
|
|
2305
|
-
def initialize(androidinstanceids=nil, fileurl=nil)
|
2307
|
+
def initialize(androidinstanceids=nil, fileurl=nil, destinationdirectory=nil)
|
2306
2308
|
@AndroidInstanceIds = androidinstanceids
|
2307
2309
|
@FileURL = fileurl
|
2310
|
+
@DestinationDirectory = destinationdirectory
|
2308
2311
|
end
|
2309
2312
|
|
2310
2313
|
def deserialize(params)
|
2311
2314
|
@AndroidInstanceIds = params['AndroidInstanceIds']
|
2312
2315
|
@FileURL = params['FileURL']
|
2316
|
+
@DestinationDirectory = params['DestinationDirectory']
|
2313
2317
|
end
|
2314
2318
|
end
|
2315
2319
|
|
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.1029
|
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-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|