Class: TencentCloud::Vm::V20200709::EvilCount
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20200709::EvilCount
- Defined in:
- lib/v20200709/models.rb
Overview
违规数据分布
Instance Attribute Summary collapse
-
#Count ⇒ Object
Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001.
-
#EvilType ⇒ Object
Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eviltype = nil, count = nil) ⇒ EvilCount
constructor
A new instance of EvilCount.
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
#Count ⇒ Object
Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001
687 688 689 |
# File 'lib/v20200709/models.rb', line 687 def Count @Count end |
#EvilType ⇒ Object
Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001
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 |