Class: TencentCloud::Ams::V20201229::TaskFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::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.
1264 1265 1266 1267 1268 1269 |
# File 'lib/v20201229/models.rb', line 1264 def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil) @BizType = biztype @Type = type @Suggestion = suggestion @TaskStatus = taskstatus end |
Instance Attribute Details
#BizType ⇒ Object
1262 1263 1264 |
# File 'lib/v20201229/models.rb', line 1262 def BizType @BizType end |
#Suggestion ⇒ Object
1262 1263 1264 |
# File 'lib/v20201229/models.rb', line 1262 def Suggestion @Suggestion end |
#TaskStatus ⇒ Object
1262 1263 1264 |
# File 'lib/v20201229/models.rb', line 1262 def TaskStatus @TaskStatus end |
#Type ⇒ Object
1262 1263 1264 |
# File 'lib/v20201229/models.rb', line 1262 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1271 1272 1273 1274 1275 1276 |
# File 'lib/v20201229/models.rb', line 1271 def deserialize(params) @BizType = params['BizType'] @Type = params['Type'] @Suggestion = params['Suggestion'] @TaskStatus = params['TaskStatus'] end |