Class: TencentCloud::Mrs::V20200910::Invas
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::Invas
- Defined in:
- lib/v20200910/models.rb
Overview
侵犯扩散
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(index = nil, part = nil, positive = nil, src = nil) ⇒ Invas
constructor
A new instance of Invas.
Constructor Details
#initialize(index = nil, part = nil, positive = nil, src = nil) ⇒ Invas
Returns a new instance of Invas.
5989 5990 5991 5992 5993 5994 |
# File 'lib/v20200910/models.rb', line 5989 def initialize(index=nil, part=nil, positive=nil, src=nil) @Index = index @Part = part @Positive = positive @Src = src end |
Instance Attribute Details
#Index ⇒ Object
5987 5988 5989 |
# File 'lib/v20200910/models.rb', line 5987 def Index @Index end |
#Part ⇒ Object
5987 5988 5989 |
# File 'lib/v20200910/models.rb', line 5987 def Part @Part end |
#Positive ⇒ Object
5987 5988 5989 |
# File 'lib/v20200910/models.rb', line 5987 def Positive @Positive end |
#Src ⇒ Object
5987 5988 5989 |
# File 'lib/v20200910/models.rb', line 5987 def Src @Src end |
Instance Method Details
#deserialize(params) ⇒ Object
5996 5997 5998 5999 6000 6001 6002 6003 6004 |
# File 'lib/v20200910/models.rb', line 5996 def deserialize(params) @Index = params['Index'] unless params['Part'].nil? @Part = Part.new @Part.deserialize(params['Part']) end @Positive = params['Positive'] @Src = params['Src'] end |