class TencentCloud::Tics::V20181115::DescribeThreatInfoRequest
DescribeThreatInfo请求参数结构体
def deserialize(params)
def deserialize(params) @Key = params['Key'] @Type = params['Type'] @Option = params['Option'] end
def initialize(key=nil, type=nil, option=nil)
def initialize(key=nil, type=nil, option=nil) @Key = key @Type = type @Option = option end