Class: TencentCloud::Tics::V20181115::DescribeThreatInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tics::V20181115::DescribeThreatInfoRequest
- Defined in:
- lib/v20181115/models.rb
Overview
DescribeThreatInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, type = nil, option = nil) ⇒ DescribeThreatInfoRequest
constructor
A new instance of DescribeThreatInfoRequest.
Constructor Details
#initialize(key = nil, type = nil, option = nil) ⇒ DescribeThreatInfoRequest
Returns a new instance of DescribeThreatInfoRequest.
306 307 308 309 310 |
# File 'lib/v20181115/models.rb', line 306 def initialize(key=nil, type=nil, option=nil) @Key = key @Type = type @Option = option end |
Instance Attribute Details
#Key ⇒ Object
304 305 306 |
# File 'lib/v20181115/models.rb', line 304 def Key @Key end |
#Option ⇒ Object
304 305 306 |
# File 'lib/v20181115/models.rb', line 304 def Option @Option end |
#Type ⇒ Object
304 305 306 |
# File 'lib/v20181115/models.rb', line 304 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
312 313 314 315 316 |
# File 'lib/v20181115/models.rb', line 312 def deserialize(params) @Key = params['Key'] @Type = params['Type'] @Option = params['Option'] end |