Class: TencentCloud::Vm::V20210922::TaskFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20210922::TaskFilter
- Defined in:
- lib/v20210922/models.rb
Overview
Cos TaskFilter
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.
1396 1397 1398 1399 1400 1401 |
# File 'lib/v20210922/models.rb', line 1396 def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil) @BizType = biztype @Type = type @Suggestion = suggestion @TaskStatus = taskstatus end |
Instance Attribute Details
#BizType ⇒ Object
1394 1395 1396 |
# File 'lib/v20210922/models.rb', line 1394 def BizType @BizType end |
#Suggestion ⇒ Object
1394 1395 1396 |
# File 'lib/v20210922/models.rb', line 1394 def Suggestion @Suggestion end |
#TaskStatus ⇒ Object
1394 1395 1396 |
# File 'lib/v20210922/models.rb', line 1394 def TaskStatus @TaskStatus end |
#Type ⇒ Object
1394 1395 1396 |
# File 'lib/v20210922/models.rb', line 1394 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1403 1404 1405 1406 1407 1408 |
# File 'lib/v20210922/models.rb', line 1403 def deserialize(params) @BizType = params['BizType'] @Type = params['Type'] @Suggestion = params['Suggestion'] @TaskStatus = params['TaskStatus'] end |