Class: TencentCloud::Ame::V20190916::DescribeLyricResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::DescribeLyricResponse
- Defined in:
- lib/v20190916/models.rb
Overview
DescribeLyric返回参数结构体
Instance Attribute Summary collapse
-
#Lyric ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(lyric = nil, requestid = nil) ⇒ DescribeLyricResponse
constructor
A new instance of DescribeLyricResponse.
Constructor Details
#initialize(lyric = nil, requestid = nil) ⇒ DescribeLyricResponse
Returns a new instance of DescribeLyricResponse.
1198 1199 1200 1201 |
# File 'lib/v20190916/models.rb', line 1198 def initialize(lyric=nil, requestid=nil) @Lyric = lyric @RequestId = requestid end |
Instance Attribute Details
#Lyric ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1196 1197 1198 |
# File 'lib/v20190916/models.rb', line 1196 def Lyric @Lyric end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1196 1197 1198 |
# File 'lib/v20190916/models.rb', line 1196 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1203 1204 1205 1206 1207 1208 1209 |
# File 'lib/v20190916/models.rb', line 1203 def deserialize(params) unless params['Lyric'].nil? @Lyric = Lyric.new @Lyric.deserialize(params['Lyric']) end @RequestId = params['RequestId'] end |