Class: TencentCloud::Tci::V20190318::ActionType

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190318/models.rb

Overview

动作行为子类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(confidence = nil, type = nil) ⇒ ActionType



337
338
339
340
# File 'lib/v20190318/models.rb', line 337

def initialize(confidence=nil, type=nil)
  @Confidence = confidence
  @Type = type
end

Instance Attribute Details

#ConfidenceObject



335
336
337
# File 'lib/v20190318/models.rb', line 335

def Confidence
  @Confidence
end

#TypeObject



335
336
337
# File 'lib/v20190318/models.rb', line 335

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



342
343
344
345
# File 'lib/v20190318/models.rb', line 342

def deserialize(params)
  @Confidence = params['Confidence']
  @Type = params['Type']
end