class TencentCloud::Vclm::V20240523::Client
def initialize(credential, region, profile = nil)
def initialize(credential, region, profile = nil) api_version = '2024-05-23' api_endpoint = 'vclm.tencentcloudapi.com' sdk_version = 'VCLM_' + File.read(File.expand_path('../VERSION', __dir__)).strip super(credential, region, api_version, api_endpoint, sdk_version, profile) end