tencentcloud-sdk-anicloud 3.0.589 → 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: 93ffdf0fd322b8fa0315e5937b07d2ff53ddf4dc
4
- data.tar.gz: b400be41cb2b97534b41963654daa05acd991796
3
+ metadata.gz: 8eb99fe15f7a37c48752d9c8f084ab11a637c78f
4
+ data.tar.gz: 431721f973c61d2df633b19cca603473df7d6b06
5
5
  SHA512:
6
- metadata.gz: 0ece50214d27776eafd205ea84b0654ed24a29bb57b9a54601896213adbc4bab41cef3e327e808404dadef43033e9285baba4a57140b89777a73514a74b917ea
7
- data.tar.gz: bf7c5fba81bb350d3dbddcea239f592bd7fe5118ae2d5852c2caefdefc375ffe74c279562df02e05de52e717c590d75e34772bb74ce74e4fffb5f8b75c8e1260
6
+ metadata.gz: 5bf94cb6854eba2f2006e78f1d56746806f6a9a8be1c95701aa44290380a57cea6f1e7888aea5fd94a7405b44cc22a04f81f912cb92b8468637f814caffb7dea
7
+ data.tar.gz: 876bb988bf195aa0d4e61796b07012d5b496b4e25fb4b199492ace932a0253ded3f9f765cd6e33d3ec0562fe33d4932268298a8639b2c697994607d213999411
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.589
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-09 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