tencentcloud-sdk-goosefs 3.0.590 → 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: d543c7427d40e2bb78fc986f4f9d5b763f068cd0
4
- data.tar.gz: ddb2a1e963612508ffafeeae5297e884656bd7f9
3
+ metadata.gz: 478984c915492bd23d12276d07118e567d4899b7
4
+ data.tar.gz: bb60de573a0f04d076a67019a9bffd8b43b6cd22
5
5
  SHA512:
6
- metadata.gz: 3e6ec50cdf3a4963b4a798ade15b26c1bb1ea58db6d423750b782179125a3b16673c1baf76770baa55833e96b249f5cf3a9a385ea91d89f99227ed18ac996647
7
- data.tar.gz: 5b582094e62e71d980966d64d7c0e78bd62b2a21a8740f01c58c372bd709e7a9111b292053fcee25f8f415515d6ae3caa363d50352e85a18b3152b24372b0527
6
+ metadata.gz: 86a270665b8927ed6980318c4101dce5119e7a5d11545062cced748e99cf815a76838a7278ccc90ca382ab6e31ed436411fc08517472f16de0fef54babc15768
7
+ data.tar.gz: 6705fb7c4413bb767543cb89402a0ab758a7484a14e1c6b7bde4ccd4d96aff26daadb0dc75ae4dbf744479c09f4e41aeed95466724056ece4c2ffc95f399df5c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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