Class: TencentCloud::Mrs::V20200910::IHCInfo

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

Overview

Ihc信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



4780
4781
4782
4783
4784
4785
# File 'lib/v20200910/models.rb', line 4780

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

Instance Attribute Details

#IndexObject



4778
4779
4780
# File 'lib/v20200910/models.rb', line 4778

def Index
  @Index
end

#NameObject



4778
4779
4780
# File 'lib/v20200910/models.rb', line 4778

def Name
  @Name
end

#SrcObject



4778
4779
4780
# File 'lib/v20200910/models.rb', line 4778

def Src
  @Src
end

#ValueObject



4778
4779
4780
# File 'lib/v20200910/models.rb', line 4778

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4787
4788
4789
4790
4791
4792
4793
4794
4795
# File 'lib/v20200910/models.rb', line 4787

def deserialize(params)
  @Index = params['Index']
  @Src = params['Src']
  @Name = params['Name']
  unless params['Value'].nil?
    @Value = Value.new
    @Value.deserialize(params['Value'])
  end
end