class TencentCloud::Cim::V20190318::Client
def initialize(credential, region, profile = nil)
def initialize(credential, region, profile = nil) api_version = '2019-03-18' api_endpoint = 'cim.tencentcloudapi.com' sdk_version = 'CIM_' + File.read(File.expand_path('../VERSION', __dir__)).strip super(credential, region, api_version, api_endpoint, sdk_version, profile) end