tencentcloud-sdk-tci 1.0.200

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 13aa6d9adb910fb3c4f37c7f6589617865185dc8
4
+ data.tar.gz: 5051b718b32a10dff562604be61080c8cf98840d
5
+ SHA512:
6
+ metadata.gz: e33586f194f9e8c1594b26cf8addc3e77dfd6850705bc9a9272fe02716870b8fc6525480aab604b79d4415bd2a493bb83a54b393301d039893d59648a451d3a5
7
+ data.tar.gz: 47ce1816b906de4fa54d3574eaf80322f4a3739fe82eda0fa35cd9b296ef873cd09af5908909ebe55031d82e0bf01cdb084701acf0748a9fa8a28ebb21532d1f
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20190318/client'
6
+ require_relative 'v20190318/models'
7
+
8
+ module TencentCloud
9
+ module Tci
10
+ end
11
+ end