Class: TencentCloud::Vm::V20200709::EvilCount

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

Overview

违规数据分布

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eviltype = nil, count = nil) ⇒ EvilCount

Returns a new instance of EvilCount.



689
690
691
692
# File 'lib/v20200709/models.rb', line 689

def initialize(eviltype=nil, count=nil)
  @EvilType = eviltype
  @Count = count
end

Instance Attribute Details

#CountObject

Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001

Parameters:

  • EvilType:

    违规类型:

  • Count:

    分布类型总量



687
688
689
# File 'lib/v20200709/models.rb', line 687

def Count
  @Count
end

#EvilTypeObject

Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001

Parameters:

  • EvilType:

    违规类型:

  • Count:

    分布类型总量



687
688
689
# File 'lib/v20200709/models.rb', line 687

def EvilType
  @EvilType
end

Instance Method Details

#deserialize(params) ⇒ Object



694
695
696
697
# File 'lib/v20200709/models.rb', line 694

def deserialize(params)
  @EvilType = params['EvilType']
  @Count = params['Count']
end