Class: TencentCloud::Mrs::V20200910::Multiple

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

Overview

多发

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(index = nil, src = nil, value = nil, count = nil, name = nil) ⇒ Multiple

Returns a new instance of Multiple.



6947
6948
6949
6950
6951
6952
6953
# File 'lib/v20200910/models.rb', line 6947

def initialize(index=nil, src=nil, value=nil, count=nil, name=nil)
  @Index = index
  @Src = src
  @Value = value
  @Count = count
  @Name = name
end

Instance Attribute Details

#CountObject

Parameters:

  • Index:

    原文位置

  • Src:

    原文

  • Value:

  • Count:

    数量

  • Name:

    名称



6945
6946
6947
# File 'lib/v20200910/models.rb', line 6945

def Count
  @Count
end

#IndexObject

Parameters:

  • Index:

    原文位置

  • Src:

    原文

  • Value:

  • Count:

    数量

  • Name:

    名称



6945
6946
6947
# File 'lib/v20200910/models.rb', line 6945

def Index
  @Index
end

#NameObject

Parameters:

  • Index:

    原文位置

  • Src:

    原文

  • Value:

  • Count:

    数量

  • Name:

    名称



6945
6946
6947
# File 'lib/v20200910/models.rb', line 6945

def Name
  @Name
end

#SrcObject

Parameters:

  • Index:

    原文位置

  • Src:

    原文

  • Value:

  • Count:

    数量

  • Name:

    名称



6945
6946
6947
# File 'lib/v20200910/models.rb', line 6945

def Src
  @Src
end

#ValueObject

Parameters:

  • Index:

    原文位置

  • Src:

    原文

  • Value:

  • Count:

    数量

  • Name:

    名称



6945
6946
6947
# File 'lib/v20200910/models.rb', line 6945

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6955
6956
6957
6958
6959
6960
6961
# File 'lib/v20200910/models.rb', line 6955

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