tencentcloud-sdk-tourism 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: 49939dd5ba5dced3f6819614cbaa13e14df597ff
4
- data.tar.gz: 4587b8e67dda25ff833dcc2c583951ed2333aa4f
3
+ metadata.gz: 1e51ca29793b7f5840564c0d97b397c943f81bd8
4
+ data.tar.gz: dbed5b7ad6784500e687a115890b19877f462d8f
5
5
  SHA512:
6
- metadata.gz: 60f2aa572cc7a9425811bc10ba5fc486318fc3a52dbca03c43e3b9f2e3c50f0936287ec41028a042488f9fec3cc1ba0643c607013cd6cf44db81f1f798b5ca6d
7
- data.tar.gz: 698352327379b62b4719e570a71bc80fd04a357d0ee6957ec3f5827f4a7622ab0e5bb7a505e7275f492074e8565e72b80a7fb192d987952f4a0bc9769077a35c
6
+ metadata.gz: 26de1004dc48649adb56d11f29764f9a3a5b2ac0b60bcde51b90466df83ea02c8658fddecdb902e9e8a631410a14afd93fa0bcaf5fac9998de97edb8580b980a
7
+ data.tar.gz: d3ec681da0e2da41d99570edb7bf4004b9112ab4623b113c1f8d1d7b11ce717db6fb30aa46b25dfd7eea45589a86ab897c1a50c30e7d01cb5dc1a1ff25eb08de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.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