tencentcloud-sdk-goosefs 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a7712fa7be85dc4431aa3e18b57a2e3ab014fef
4
- data.tar.gz: 5cf6b40b927a11ad963431a6fbe39678569efd64
3
+ metadata.gz: 478984c915492bd23d12276d07118e567d4899b7
4
+ data.tar.gz: bb60de573a0f04d076a67019a9bffd8b43b6cd22
5
5
  SHA512:
6
- metadata.gz: 9465b65effb6b3f820ce096fa6f6d32ea077d65b35cb930b9deefcca95b01f9ce8bf38a9951ec8d719a90c207e8ca93d8bb44b6d7387ca7b691b759a6045696d
7
- data.tar.gz: f375f033d38852f8d07537171d74b7ddb42e5f188b05efaf801b69d50aaab485f67a4894635fc68c605fbcf051c9782542c6b1331b958a88e555b8ecd17a6eb5
6
+ metadata.gz: 86a270665b8927ed6980318c4101dce5119e7a5d11545062cced748e99cf815a76838a7278ccc90ca382ab6e31ed436411fc08517472f16de0fef54babc15768
7
+ data.tar.gz: 6705fb7c4413bb767543cb89402a0ab758a7484a14e1c6b7bde4ccd4d96aff26daadb0dc75ae4dbf744479c09f4e41aeed95466724056ece4c2ffc95f399df5c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -35,7 +35,7 @@ module TencentCloud
35
35
  # @type TextLocation: String
36
36
 
37
37
  attr_accessor :TaskType, :Bucket, :FileSystemId, :TaskPath, :TaskName, :RepositoryType, :TextLocation
38
-
38
+
39
39
  def initialize(tasktype=nil, bucket=nil, filesystemid=nil, taskpath=nil, taskname=nil, repositorytype=nil, textlocation=nil)
40
40
  @TaskType = tasktype
41
41
  @Bucket = bucket
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type RequestId: String
66
66
 
67
67
  attr_accessor :TaskId, :RequestId
68
-
68
+
69
69
  def initialize(taskid=nil, requestid=nil)
70
70
  @TaskId = taskid
71
71
  @RequestId = requestid
@@ -85,7 +85,7 @@ module TencentCloud
85
85
  # @type FileSystemId: String
86
86
 
87
87
  attr_accessor :TaskId, :FileSystemId
88
-
88
+
89
89
  def initialize(taskid=nil, filesystemid=nil)
90
90
  @TaskId = taskid
91
91
  @FileSystemId = filesystemid
@@ -111,7 +111,7 @@ module TencentCloud
111
111
  # @type RequestId: String
112
112
 
113
113
  attr_accessor :TaskId, :Status, :FinishedFileNumber, :FinishedCapacity, :RequestId
114
-
114
+
115
115
  def initialize(taskid=nil, status=nil, finishedfilenumber=nil, finishedcapacity=nil, requestid=nil)
116
116
  @TaskId = taskid
117
117
  @Status = status
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-goosefs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common