Class: TencentCloud::Mrs::V20200910::BlockTitle

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, src = nil, value = nil) ⇒ BlockTitle

Returns a new instance of BlockTitle.



1121
1122
1123
1124
1125
# File 'lib/v20200910/models.rb', line 1121

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1119
1120
1121
# File 'lib/v20200910/models.rb', line 1119

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1119
1120
1121
# File 'lib/v20200910/models.rb', line 1119

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    name

  • Src:

    src

  • Value:

    value



1119
1120
1121
# File 'lib/v20200910/models.rb', line 1119

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1127
1128
1129
1130
1131
# File 'lib/v20200910/models.rb', line 1127

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