tencentcloud-sdk-csxg 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230303/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd75b9058d36d5ef15e3cc5dc7d21dfc2f485a6e
4
- data.tar.gz: 73e1431000ec57f6cfb57a53786652a30d8431ed
3
+ metadata.gz: 47f45c1d619a0349e78a0dd066d4858f12f27776
4
+ data.tar.gz: 1c25fb7d17c2807ffe84b80864237c9b747b79b5
5
5
  SHA512:
6
- metadata.gz: ed8aa5a5751305178bbfe8c24e0812add360333717b3301f8908cfd482dc4ffac98aa810a461e36fdcf7b0c22c6895621cb9c624f0336eb8d5230df8d330125f
7
- data.tar.gz: 61aedf15b02f0bab93e46eac2680b06fa2f176c9994fa9657f57eb8029bb303d7d60729367cfad075900f09c57c19844edb73a41fcfceaece3b8926857b46dc8
6
+ metadata.gz: 694efbc63754dfa0e5b859d1f614ba4256623a0d6b1b4d2b0422383eebf87dea7d69dd7d6bdbcceddd4fdac686f336fcdc0eadc191e7544e1f4dac8e4452ca8e
7
+ data.tar.gz: 95736543b240237e4e69ce76d34855588183745db63582deed7f9c9058060deda2094070f42cd029477c2358da914f352fb6887a20d086bd56c15c58e0be9ab9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -20,7 +20,7 @@ module TencentCloud
20
20
  # Create5GInstance请求参数结构体
21
21
  class Create5GInstanceRequest < 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
  # Delete5GInstance请求参数结构体
48
48
  class Delete5GInstanceRequest < 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
@@ -74,7 +74,7 @@ module TencentCloud
74
74
  # Describe5GAPNs请求参数结构体
75
75
  class Describe5GAPNsRequest < TencentCloud::Common::AbstractModel
76
76
 
77
-
77
+
78
78
  def initialize()
79
79
  end
80
80
 
@@ -88,7 +88,7 @@ module TencentCloud
88
88
  # @type RequestId: String
89
89
 
90
90
  attr_accessor :RequestId
91
-
91
+
92
92
  def initialize(requestid=nil)
93
93
  @RequestId = requestid
94
94
  end
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  # Describe5GInstances请求参数结构体
102
102
  class Describe5GInstancesRequest < TencentCloud::Common::AbstractModel
103
103
 
104
-
104
+
105
105
  def initialize()
106
106
  end
107
107
 
@@ -115,7 +115,7 @@ module TencentCloud
115
115
  # @type RequestId: String
116
116
 
117
117
  attr_accessor :RequestId
118
-
118
+
119
119
  def initialize(requestid=nil)
120
120
  @RequestId = requestid
121
121
  end
@@ -128,7 +128,7 @@ module TencentCloud
128
128
  # Modify5GInstanceAttribute请求参数结构体
129
129
  class Modify5GInstanceAttributeRequest < TencentCloud::Common::AbstractModel
130
130
 
131
-
131
+
132
132
  def initialize()
133
133
  end
134
134
 
@@ -142,7 +142,7 @@ module TencentCloud
142
142
  # @type RequestId: String
143
143
 
144
144
  attr_accessor :RequestId
145
-
145
+
146
146
  def initialize(requestid=nil)
147
147
  @RequestId = requestid
148
148
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csxg
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