class TencentCloud::Cdc::V20201214::Client
def initialize(credential, region, profile = nil)
def initialize(credential, region, profile = nil) api_version = '2020-12-14' api_endpoint = 'cdc.tencentcloudapi.com' sdk_version = 'CDC_' + File.read(File.expand_path('../VERSION', __dir__)).strip super(credential, region, api_version, api_endpoint, sdk_version, profile) end