Class: TencentCloud::Cfw::V20190904::EnterpriseSecurityGroupRuleBetaInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190904/models.rb

Overview

企业安全组自动化任务信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskid = nil, taskname = nil, lasttime = nil) ⇒ EnterpriseSecurityGroupRuleBetaInfo

Returns a new instance of EnterpriseSecurityGroupRuleBetaInfo.



6152
6153
6154
6155
6156
# File 'lib/v20190904/models.rb', line 6152

def initialize(taskid=nil, taskname=nil, lasttime=nil)
  @TaskId = taskid
  @TaskName = taskname
  @LastTime = lasttime
end

Instance Attribute Details

#LastTimeObject

Parameters:

  • 任务id

  • 任务名称

  • 时间



6150
6151
6152
# File 'lib/v20190904/models.rb', line 6150

def LastTime
  @LastTime
end

#TaskIdObject

Parameters:

  • 任务id

  • 任务名称

  • 时间



6150
6151
6152
# File 'lib/v20190904/models.rb', line 6150

def TaskId
  @TaskId
end

#TaskNameObject

Parameters:

  • 任务id

  • 任务名称

  • 时间



6150
6151
6152
# File 'lib/v20190904/models.rb', line 6150

def TaskName
  @TaskName
end

Instance Method Details

#deserialize(params) ⇒ Object



6158
6159
6160
6161
6162
# File 'lib/v20190904/models.rb', line 6158

def deserialize(params)
  @TaskId = params['TaskId']
  @TaskName = params['TaskName']
  @LastTime = params['LastTime']
end