Class: TencentCloud::Cws::V20180312::CreateVulsReportResponse

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

Overview

CreateVulsReport返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportfileurl = nil, requestid = nil) ⇒ CreateVulsReportResponse



224
225
226
227
# File 'lib/v20180312/models.rb', line 224

def initialize(reportfileurl=nil, requestid=nil)
  @ReportFileUrl = reportfileurl
  @RequestId = requestid
end

Instance Attribute Details

#ReportFileUrlObject



222
223
224
# File 'lib/v20180312/models.rb', line 222

def ReportFileUrl
  @ReportFileUrl
end

#RequestIdObject



222
223
224
# File 'lib/v20180312/models.rb', line 222

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



229
230
231
232
# File 'lib/v20180312/models.rb', line 229

def deserialize(params)
  @ReportFileUrl = params['ReportFileUrl']
  @RequestId = params['RequestId']
end