Class: TencentCloud::Mrs::V20200910::NeglistBlock

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

Overview

否定列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ NeglistBlock

Returns a new instance of NeglistBlock.



6973
6974
6975
6976
# File 'lib/v20200910/models.rb', line 6973

def initialize(name=nil, value=nil)
  @Name = name
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Value:



6971
6972
6973
# File 'lib/v20200910/models.rb', line 6971

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    名称

  • Value:



6971
6972
6973
# File 'lib/v20200910/models.rb', line 6971

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6978
6979
6980
6981
# File 'lib/v20200910/models.rb', line 6978

def deserialize(params)
  @Name = params['Name']
  @Value = params['Value']
end