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.
1353 1354 1355 1356 1357 1358 |
# File 'lib/v20210922/models.rb', line 1353 def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil) @BizType = biztype @Type = type @Suggestion = suggestion @TaskStatus = taskstatus end |
Instance Attribute Details
#BizType ⇒ Object
1351 1352 1353 |
# File 'lib/v20210922/models.rb', line 1351 def BizType @BizType end |
#Suggestion ⇒ Object
1351 1352 1353 |
# File 'lib/v20210922/models.rb', line 1351 def Suggestion @Suggestion end |
#TaskStatus ⇒ Object
1351 1352 1353 |
# File 'lib/v20210922/models.rb', line 1351 def TaskStatus @TaskStatus end |
#Type ⇒ Object
1351 1352 1353 |
# File 'lib/v20210922/models.rb', line 1351 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1360 1361 1362 1363 1364 1365 |
# File 'lib/v20210922/models.rb', line 1360 def deserialize(params) @BizType = params['BizType'] @Type = params['Type'] @Suggestion = params['Suggestion'] @TaskStatus = params['TaskStatus'] end |