Class: TencentCloud::Cfw::V20190904::BetaInfoByACL
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::BetaInfoByACL
- Defined in:
- lib/v20190904/models.rb
Overview
规则关联的beta任务
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, taskname = nil, lasttime = nil) ⇒ BetaInfoByACL
constructor
A new instance of BetaInfoByACL.
Constructor Details
#initialize(taskid = nil, taskname = nil, lasttime = nil) ⇒ BetaInfoByACL
Returns a new instance of BetaInfoByACL.
492 493 494 495 496 |
# File 'lib/v20190904/models.rb', line 492 def initialize(taskid=nil, taskname=nil, lasttime=nil) @TaskId = taskid @TaskName = taskname @LastTime = lasttime end |
Instance Attribute Details
#LastTime ⇒ Object
490 491 492 |
# File 'lib/v20190904/models.rb', line 490 def LastTime @LastTime end |
#TaskId ⇒ Object
490 491 492 |
# File 'lib/v20190904/models.rb', line 490 def TaskId @TaskId end |
#TaskName ⇒ Object
490 491 492 |
# File 'lib/v20190904/models.rb', line 490 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
498 499 500 501 502 |
# File 'lib/v20190904/models.rb', line 498 def deserialize(params) @TaskId = params['TaskId'] @TaskName = params['TaskName'] @LastTime = params['LastTime'] end |