Class: TencentCloud::Mrs::V20200910::BlockTitle
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::BlockTitle
- Defined in:
- lib/v20200910/models.rb
Overview
块标题
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, value = nil) ⇒ BlockTitle
constructor
A new instance of BlockTitle.
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
#Name ⇒ Object
1119 1120 1121 |
# File 'lib/v20200910/models.rb', line 1119 def Name @Name end |
#Src ⇒ Object
1119 1120 1121 |
# File 'lib/v20200910/models.rb', line 1119 def Src @Src end |
#Value ⇒ Object
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 |