tencentcloud-sdk-anicloud 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: 97d56219cad5ae990bbb0e7076db2af04258f232
4
- data.tar.gz: 5e4b74f7ee29aa44072da7a71b2f3c591494dbec
3
+ metadata.gz: 8eb99fe15f7a37c48752d9c8f084ab11a637c78f
4
+ data.tar.gz: 431721f973c61d2df633b19cca603473df7d6b06
5
5
  SHA512:
6
- metadata.gz: d0804bb63282d42fe0646a961f320c97b408c10a5547ff1c694e80c2461bfc9c7548452f629c72c126dc200986cbb8bcfbe82d37f2d0c1b937c9f0c0948312ae
7
- data.tar.gz: 83ad76ba201be243d0218f2301f41370b1fee0dece89e8769546af720523b2dc0870c3fb884c780e2a3cdcb3bbafbf577e1d92261c7e21716d64956c0a08ffc4
6
+ metadata.gz: 5bf94cb6854eba2f2006e78f1d56746806f6a9a8be1c95701aa44290380a57cea6f1e7888aea5fd94a7405b44cc22a04f81f912cb92b8468637f814caffb7dea
7
+ data.tar.gz: 876bb988bf195aa0d4e61796b07012d5b496b4e25fb4b199492ace932a0253ded3f9f765cd6e33d3ec0562fe33d4932268298a8639b2c697994607d213999411
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.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