Class: TencentCloud::Cwp::V20180228::DescribeRansomDefenseTrendResponse

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

Overview

DescribeRansomDefenseTrend返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eventcount = nil, industrycount = nil, companycount = nil, requestid = nil) ⇒ DescribeRansomDefenseTrendResponse

Returns a new instance of DescribeRansomDefenseTrendResponse.



20135
20136
20137
20138
20139
20140
# File 'lib/v20180228/models.rb', line 20135

def initialize(eventcount=nil, industrycount=nil, companycount=nil, requestid=nil)
  @EventCount = eventcount
  @IndustryCount = industrycount
  @CompanyCount = companycount
  @RequestId = requestid
end

Instance Attribute Details

#CompanyCountObject

Parameters:

  • EventCount:

    勒索事件数量

  • IndustryCount:

    影响行业数量

  • CompanyCount:

    开通勒索的公司数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



20133
20134
20135
# File 'lib/v20180228/models.rb', line 20133

def CompanyCount
  @CompanyCount
end

#EventCountObject

Parameters:

  • EventCount:

    勒索事件数量

  • IndustryCount:

    影响行业数量

  • CompanyCount:

    开通勒索的公司数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



20133
20134
20135
# File 'lib/v20180228/models.rb', line 20133

def EventCount
  @EventCount
end

#IndustryCountObject

Parameters:

  • EventCount:

    勒索事件数量

  • IndustryCount:

    影响行业数量

  • CompanyCount:

    开通勒索的公司数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



20133
20134
20135
# File 'lib/v20180228/models.rb', line 20133

def IndustryCount
  @IndustryCount
end

#RequestIdObject

Parameters:

  • EventCount:

    勒索事件数量

  • IndustryCount:

    影响行业数量

  • CompanyCount:

    开通勒索的公司数量

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



20133
20134
20135
# File 'lib/v20180228/models.rb', line 20133

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



20142
20143
20144
20145
20146
20147
# File 'lib/v20180228/models.rb', line 20142

def deserialize(params)
  @EventCount = params['EventCount']
  @IndustryCount = params['IndustryCount']
  @CompanyCount = params['CompanyCount']
  @RequestId = params['RequestId']
end