tencentcloud-sdk-goosefs 3.0.590 → 3.0.592

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: 0a7f70056542a7f2c83d9dba0046c475cdaa59f7
4
+ data.tar.gz: 4af694be9f7b8a793c36e94bac2b1b559827ca21
5
5
  SHA512:
6
- metadata.gz: 3e6ec50cdf3a4963b4a798ade15b26c1bb1ea58db6d423750b782179125a3b16673c1baf76770baa55833e96b249f5cf3a9a385ea91d89f99227ed18ac996647
7
- data.tar.gz: 5b582094e62e71d980966d64d7c0e78bd62b2a21a8740f01c58c372bd709e7a9111b292053fcee25f8f415515d6ae3caa363d50352e85a18b3152b24372b0527
6
+ metadata.gz: 8188bedba7c87fe9e1a9d58d6d1fd138b60db374edc1b372d848f8eb5b076b492fda34ecc812b662d887a05fbe5644c3d626e9b55f1b401d436d2a0cee59d62c
7
+ data.tar.gz: 3408ca5c1cb511dabe235431046bc8ee5600526f769ccd1e0a09fbb8c55c63c1542dd47ff7630f48e4aa06f25242e46a3b249a268c82caa34e0dd84ad914e552
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.592
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common