tencentcloud-sdk-eb 3.0.515 → 3.0.517

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a59e7a51c09cacdd66aeb89e3eb1ed3c7a638455
4
- data.tar.gz: f2feffcb16a0fbae06b6c856e6d969f68986cf4c
3
+ metadata.gz: 3eb70fffd22beacc19726787c9e11c9dcdfecf51
4
+ data.tar.gz: 8f5fe96075910edf7ff5c2b12b2422eed978c87c
5
5
  SHA512:
6
- metadata.gz: 91831a0c86b24aa8214c092254e8b3dfe4530a044ef8d3d7b3b2bb4b6abcceea4e6f079db2fd05e21e967b41356da0703f1728a95738a853defb8e248f578f84
7
- data.tar.gz: ded84cdd0a02114fee107b5d1e67dbaaa4f4e2186fafe71880eeecd17c818a60aa7df86218254c8ae11c3c666ffc9b5b8633b0547f568267bcf4d74d110a2e99
6
+ metadata.gz: 1d0e12bccc23fd909adb74fcfbc72e934b2e4831043f9095f75355515be698424263336ba4f8eac335d31a23e0fa2d23a3342e415ec63edc21c62bea4f3c42d2
7
+ data.tar.gz: 3ecb10270bd02d6613b891dcdfbba40ecf64fad17b8204b33873ae159a92bd04e0d4d50848f47afc19ddb6b937f0075f075f5041029be60276bb1e6f382f4e00
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.515
1
+ 3.0.517
@@ -1813,15 +1813,18 @@ module TencentCloud
1813
1813
  # @type SaveDays: Integer
1814
1814
  # @param LogTopicId: EB日志主题ID
1815
1815
  # @type LogTopicId: String
1816
+ # @param EnableStore: 是否开启存储
1817
+ # @type EnableStore: Boolean
1816
1818
 
1817
- attr_accessor :EventBusId, :Description, :EventBusName, :SaveDays, :LogTopicId
1819
+ attr_accessor :EventBusId, :Description, :EventBusName, :SaveDays, :LogTopicId, :EnableStore
1818
1820
 
1819
- def initialize(eventbusid=nil, description=nil, eventbusname=nil, savedays=nil, logtopicid=nil)
1821
+ def initialize(eventbusid=nil, description=nil, eventbusname=nil, savedays=nil, logtopicid=nil, enablestore=nil)
1820
1822
  @EventBusId = eventbusid
1821
1823
  @Description = description
1822
1824
  @EventBusName = eventbusname
1823
1825
  @SaveDays = savedays
1824
1826
  @LogTopicId = logtopicid
1827
+ @EnableStore = enablestore
1825
1828
  end
1826
1829
 
1827
1830
  def deserialize(params)
@@ -1830,6 +1833,7 @@ module TencentCloud
1830
1833
  @EventBusName = params['EventBusName']
1831
1834
  @SaveDays = params['SaveDays']
1832
1835
  @LogTopicId = params['LogTopicId']
1836
+ @EnableStore = params['EnableStore']
1833
1837
  end
1834
1838
  end
1835
1839
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.515
4
+ version: 3.0.517
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-02-23 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common