tencentcloud-sdk-anicloud 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: 97d56219cad5ae990bbb0e7076db2af04258f232
4
- data.tar.gz: 5e4b74f7ee29aa44072da7a71b2f3c591494dbec
3
+ metadata.gz: dea6b5c613f169f53f58039692ce4cf93efb4b05
4
+ data.tar.gz: fb1d7f2b4e1a2e120dd767e555f5280954359e47
5
5
  SHA512:
6
- metadata.gz: d0804bb63282d42fe0646a961f320c97b408c10a5547ff1c694e80c2461bfc9c7548452f629c72c126dc200986cbb8bcfbe82d37f2d0c1b937c9f0c0948312ae
7
- data.tar.gz: 83ad76ba201be243d0218f2301f41370b1fee0dece89e8769546af720523b2dc0870c3fb884c780e2a3cdcb3bbafbf577e1d92261c7e21716d64956c0a08ffc4
6
+ metadata.gz: 25e5f0bca398aa6bff0fa1660675bbd8203ca969d1f9bc0977fb2fd0b45cbf87baac1a97d9fd65a0bc9268d44622d6623af8e82cba74c7b67c6c9aa3a3dc66a1
7
+ data.tar.gz: 92e410ab3ad2768825e5e20e49a0d865f212e633a1e1fa8f1b4bdd9d3459c6cf0e13241fa2891b9daf576cd9100bc0fa7cc433a8bfa6b4af3db40c523ea6c219
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Type: String
26
26
 
27
27
  attr_accessor :SDKAppid, :Type
28
-
28
+
29
29
  def initialize(sdkappid=nil, type=nil)
30
30
  @SDKAppid = sdkappid
31
31
  @Type = type
@@ -49,7 +49,7 @@ module TencentCloud
49
49
  # @type RequestId: String
50
50
 
51
51
  attr_accessor :Exist, :HasError, :Msg, :RequestId
52
-
52
+
53
53
  def initialize(exist=nil, haserror=nil, msg=nil, requestid=nil)
54
54
  @Exist = exist
55
55
  @HasError = haserror
@@ -81,7 +81,7 @@ module TencentCloud
81
81
  # @type GoodsNum: Integer
82
82
 
83
83
  attr_accessor :ProductCode, :SubProductCode, :Type, :GoodsNum
84
-
84
+
85
85
  def initialize(productcode=nil, subproductcode=nil, type=nil, goodsnum=nil)
86
86
  @ProductCode = productcode
87
87
  @SubProductCode = subproductcode
@@ -103,7 +103,7 @@ module TencentCloud
103
103
  # @type InstanceId: String
104
104
 
105
105
  attr_accessor :InstanceId
106
-
106
+
107
107
  def initialize(instanceid=nil)
108
108
  @InstanceId = instanceid
109
109
  end
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # @type RequestId: String
123
123
 
124
124
  attr_accessor :Resource, :RequestId
125
-
125
+
126
126
  def initialize(resource=nil, requestid=nil)
127
127
  @Resource = resource
128
128
  @RequestId = requestid
@@ -147,7 +147,7 @@ module TencentCloud
147
147
  # @type PageSize: Integer
148
148
 
149
149
  attr_accessor :Type, :PageNumber, :PageSize
150
-
150
+
151
151
  def initialize(type=nil, pagenumber=nil, pagesize=nil)
152
152
  @Type = type
153
153
  @PageNumber = pagenumber
@@ -173,7 +173,7 @@ module TencentCloud
173
173
  # @type RequestId: String
174
174
 
175
175
  attr_accessor :Resources, :Total, :RequestId
176
-
176
+
177
177
  def initialize(resources=nil, total=nil, requestid=nil)
178
178
  @Resources = resources
179
179
  @Total = total
@@ -258,7 +258,7 @@ module TencentCloud
258
258
  # @type Key: String
259
259
 
260
260
  attr_accessor :UIN, :AppId, :ResourceId, :ZoneId, :Status, :IsolatedTimestamp, :CreateTime, :PayMode, :Alias, :GoodsDetail, :RenewFlag, :ExpireTime, :Region, :SdkAppId, :AppName, :PackageName, :URL, :Entry, :InstType, :Key
261
-
261
+
262
262
  def initialize(uin=nil, appid=nil, resourceid=nil, zoneid=nil, status=nil, isolatedtimestamp=nil, createtime=nil, paymode=nil, _alias=nil, goodsdetail=nil, renewflag=nil, expiretime=nil, region=nil, sdkappid=nil, appname=nil, packagename=nil, url=nil, entry=nil, insttype=nil, key=nil)
263
263
  @UIN = uin
264
264
  @AppId = appid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-anicloud
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