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.
1132 1133 1134 1135 1136 |
# File 'lib/v20200910/models.rb', line 1132 def initialize(name=nil, src=nil, value=nil) @Name = name @Src = src @Value = value end |
Instance Attribute Details
#Name ⇒ Object
1130 1131 1132 |
# File 'lib/v20200910/models.rb', line 1130 def Name @Name end |
#Src ⇒ Object
1130 1131 1132 |
# File 'lib/v20200910/models.rb', line 1130 def Src @Src end |
#Value ⇒ Object
1130 1131 1132 |
# File 'lib/v20200910/models.rb', line 1130 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1138 1139 1140 1141 1142 |
# File 'lib/v20200910/models.rb', line 1138 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] end |