Class: TencentCloud::Mrs::V20200910::PoslistBlock

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) ⇒ PoslistBlock

Returns a new instance of PoslistBlock.



8894
8895
8896
8897
# File 'lib/v20200910/models.rb', line 8894

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Value:



8892
8893
8894
# File 'lib/v20200910/models.rb', line 8892

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    名称

  • Value:



8892
8893
8894
# File 'lib/v20200910/models.rb', line 8892

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



8899
8900
8901
8902
# File 'lib/v20200910/models.rb', line 8899

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