tencentcloud-sdk-ecm 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: 7868c7ae7f2ce632c2014c2706eda77a17aba3e9
4
+ data.tar.gz: 10e35210026b079dac2828fd636fcb5cf8ced42e
5
+ SHA512:
6
+ metadata.gz: 4060c1212d02894a0870b196a47abc86ec0343dce81204900b1232e80ddfad70381be6ce7c6533b38eb79d9042442faedc108be7647e902224403eb6d37cf15f
7
+ data.tar.gz: b7fd6700ca371ed18d88f2e359a9e630a12f54d5789be12287e980e083dd8168c23da3e8e62a66424c67de2f027b731d2d589d424aa53ff0b59ef4dbad95da60
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 'v20190719/client'
6
+ require_relative 'v20190719/models'
7
+
8
+ module TencentCloud
9
+ module Ecm
10
+ end
11
+ end