tencentcloud-sdk-tsw 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: 161dab49196f9ccf085eb6da1347fd3e167771a4
4
- data.tar.gz: 8101e37dc3a3ee2736b3b8e400252d1ce21ba69f
3
+ metadata.gz: 15b9bae62944cb7bacbf301314ac44851b88a598
4
+ data.tar.gz: 4c5fc3335a445e363ac0446b5a2023ae378e736f
5
5
  SHA512:
6
- metadata.gz: 77f88bede496bd372ed4ef7373c174f61563363bf97d18edbb473eea6bf50656d28913eb63e86478bb89b676afcb2d8e3e91b08312a503d824cd376f580bf386
7
- data.tar.gz: 8f083529f69f941e06062e93c9a7e4a4bced4407b6f0b8157ecd5c89a73b792c5b6d53f7f495d42284780a37db7d8b28922ad157d1ae3748aaf05fa9df2819ed
6
+ metadata.gz: 94f088a61df9802fca884f9a38306c3dc7bbe5b55d452d7d51f9c5131ed026dbb85a39ca50aa27f6ab0c09f2c534901e65cccbd3f3d197f34ac0a16546ce8134
7
+ data.tar.gz: 3824cda92a5c0fd0e5d16036d32b1257e01d6fc9a84d52a4d94ac5fead401dec17f5022b55f47a6b4400ff3306759db62fb22017f65fff4366930d6ce668647d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type JaegerPort: String
46
46
 
47
47
  attr_accessor :Token, :EtlIp, :EtlPort, :ByHandAccess, :ByShellAccess, :SkyWalkingPort, :ZipkinPort, :JaegerPort
48
-
48
+
49
49
  def initialize(token=nil, etlip=nil, etlport=nil, byhandaccess=nil, byshellaccess=nil, skywalkingport=nil, zipkinport=nil, jaegerport=nil)
50
50
  @Token = token
51
51
  @EtlIp = etlip
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # DescribeAgentShell请求参数结构体
73
73
  class DescribeAgentShellRequest < TencentCloud::Common::AbstractModel
74
74
 
75
-
75
+
76
76
  def initialize()
77
77
  end
78
78
 
@@ -89,7 +89,7 @@ module TencentCloud
89
89
  # @type RequestId: String
90
90
 
91
91
  attr_accessor :Result, :RequestId
92
-
92
+
93
93
  def initialize(result=nil, requestid=nil)
94
94
  @Result = result
95
95
  @RequestId = requestid
@@ -20,7 +20,7 @@ module TencentCloud
20
20
  # DescribeComponentAlertObject请求参数结构体
21
21
  class DescribeComponentAlertObjectRequest < TencentCloud::Common::AbstractModel
22
22
 
23
-
23
+
24
24
  def initialize()
25
25
  end
26
26
 
@@ -34,7 +34,7 @@ module TencentCloud
34
34
  # @type RequestId: String
35
35
 
36
36
  attr_accessor :RequestId
37
-
37
+
38
38
  def initialize(requestid=nil)
39
39
  @RequestId = requestid
40
40
  end
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # DescribeServiceAlertObject请求参数结构体
48
48
  class DescribeServiceAlertObjectRequest < TencentCloud::Common::AbstractModel
49
49
 
50
-
50
+
51
51
  def initialize()
52
52
  end
53
53
 
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type RequestId: String
62
62
 
63
63
  attr_accessor :RequestId
64
-
64
+
65
65
  def initialize(requestid=nil)
66
66
  @RequestId = requestid
67
67
  end
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  # @type Namespace: String
78
78
 
79
79
  attr_accessor :Namespace
80
-
80
+
81
81
  def initialize(namespace=nil)
82
82
  @Namespace = namespace
83
83
  end
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type RequestId: String
96
96
 
97
97
  attr_accessor :Result, :RequestId
98
-
98
+
99
99
  def initialize(result=nil, requestid=nil)
100
100
  @Result = result
101
101
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsw
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