Class: TencentCloud::Vm::V20201229::TaskFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20201229::TaskFilter
- Defined in:
- lib/v20201229/models.rb
Overview
任务筛选器
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(biztype = nil, type = nil, suggestion = nil, taskstatus = nil) ⇒ TaskFilter
constructor
A new instance of TaskFilter.
Constructor Details
#initialize(biztype = nil, type = nil, suggestion = nil, taskstatus = nil) ⇒ TaskFilter
Returns a new instance of TaskFilter.
1368 1369 1370 1371 1372 1373 |
# File 'lib/v20201229/models.rb', line 1368 def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil) @BizType = biztype @Type = type @Suggestion = suggestion @TaskStatus = taskstatus end |
Instance Attribute Details
#BizType ⇒ Object
1366 1367 1368 |
# File 'lib/v20201229/models.rb', line 1366 def BizType @BizType end |
#Suggestion ⇒ Object
1366 1367 1368 |
# File 'lib/v20201229/models.rb', line 1366 def Suggestion @Suggestion end |
#TaskStatus ⇒ Object
1366 1367 1368 |
# File 'lib/v20201229/models.rb', line 1366 def TaskStatus @TaskStatus end |
#Type ⇒ Object
1366 1367 1368 |
# File 'lib/v20201229/models.rb', line 1366 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1375 1376 1377 1378 1379 1380 |
# File 'lib/v20201229/models.rb', line 1375 def deserialize(params) @BizType = params['BizType'] @Type = params['Type'] @Suggestion = params['Suggestion'] @TaskStatus = params['TaskStatus'] end |