class TencentCloud::Tiia::V20190529::Client
def initialize(credential, region, profile = nil)
def initialize(credential, region, profile = nil) api_version = '2019-05-29' api_endpoint = 'tiia.tencentcloudapi.com' sdk_version = 'TIIA_' + File.read(File.expand_path('../VERSION', __dir__)).strip super(credential, region, api_version, api_endpoint, sdk_version, profile) end