tencentcloud-sdk-tourism 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: 79473abd1752d9c640289336a3fe402fc0bc841f
4
- data.tar.gz: 3759a396ec7e76eb7aba190a413b9dff373c23b6
3
+ metadata.gz: 6fe3935b7cd4afe136c7ed3f5d21189187d9c8f8
4
+ data.tar.gz: c4f5c1e8268a835f571f34ba518a59b76c68967e
5
5
  SHA512:
6
- metadata.gz: 86592b6ef098a37d9bfca0261a32614180eb69fa55134ace666bb5da570b870d57e07175a52888d1286c63848af5358bd7ad26bb4aae2009b1fdfddc1fd1de06
7
- data.tar.gz: 806b5fadbafc7b75aa238246bf0718951bf283ea39ae2144d15a0eb9857044b947acd17f33a33321fb088ec9d208613185f33a7698120452424b00ad93185603
6
+ metadata.gz: 56c2d11acbabbe3e048531340b18a12e6bc85f47caee4bb6eda13f673897b3c3d93b0a255f180be741c32692f7e3b6151df7bdb0ac728605efe3ee830e43a134
7
+ data.tar.gz: a894126ed3723f60b6b9262b47e37aded958e45a291ab3839286a4f14ebc3f9a0d0cb42c4de9cc53f2a0211d49242d7f6476a3ffd0dfb0fb8f4f7df9d2411af6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type PageSize: Integer
26
26
 
27
27
  attr_accessor :PageNumber, :PageSize
28
-
28
+
29
29
  def initialize(pagenumber=nil, pagesize=nil)
30
30
  @PageNumber = pagenumber
31
31
  @PageSize = pagesize
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # @type RequestId: String
48
48
 
49
49
  attr_accessor :TotalCount, :ResourceDrawList, :RequestId
50
-
50
+
51
51
  def initialize(totalcount=nil, resourcedrawlist=nil, requestid=nil)
52
52
  @TotalCount = totalcount
53
53
  @ResourceDrawList = resourcedrawlist
@@ -108,7 +108,7 @@ module TencentCloud
108
108
  # @type ResourceType: Integer
109
109
 
110
110
  attr_accessor :Id, :FlowId, :ResourceId, :IndexId, :Uin, :BigDealId, :SmallOrderId, :ResourceNewStartTime, :ResourceNewEndTime, :ResourceStatus, :Status, :ResourceType
111
-
111
+
112
112
  def initialize(id=nil, flowid=nil, resourceid=nil, indexid=nil, uin=nil, bigdealid=nil, smallorderid=nil, resourcenewstarttime=nil, resourcenewendtime=nil, resourcestatus=nil, status=nil, resourcetype=nil)
113
113
  @Id = id
114
114
  @FlowId = flowid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tourism
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