class TencentCloud::Ioa::V20220601::Client

def initialize(credential, region, profile = nil)

def initialize(credential, region, profile = nil)
    api_version = '2022-06-01'
    api_endpoint = 'ioa.tencentcloudapi.com'
    sdk_version = 'IOA_' + File.read(File.expand_path('../VERSION', __dir__)).strip
    super(credential, region, api_version, api_endpoint, sdk_version, profile)
end