Class: TencentCloud::Yinsuda::V20220527::DescribeKTVMusicAccompanySegmentUrlVipResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::DescribeKTVMusicAccompanySegmentUrlVipResponse
- Defined in:
- lib/v20220527/models.rb
Overview
DescribeKTVMusicAccompanySegmentUrlVip返回参数结构体
Instance Attribute Summary collapse
- #ExtName ⇒ Object
- #FileSize ⇒ Object
- #RequestId ⇒ Object
- #SegmentBegin ⇒ Object
- #SegmentEnd ⇒ Object
- #Status ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, url = nil, extname = nil, segmentbegin = nil, segmentend = nil, filesize = nil, requestid = nil) ⇒ DescribeKTVMusicAccompanySegmentUrlVipResponse
constructor
A new instance of DescribeKTVMusicAccompanySegmentUrlVipResponse.
Constructor Details
#initialize(status = nil, url = nil, extname = nil, segmentbegin = nil, segmentend = nil, filesize = nil, requestid = nil) ⇒ DescribeKTVMusicAccompanySegmentUrlVipResponse
Returns a new instance of DescribeKTVMusicAccompanySegmentUrlVipResponse.
457 458 459 460 461 462 463 464 465 |
# File 'lib/v20220527/models.rb', line 457 def initialize(status=nil, url=nil, extname=nil, segmentbegin=nil, segmentend=nil, filesize=nil, requestid=nil) @Status = status @Url = url @ExtName = extname @SegmentBegin = segmentbegin @SegmentEnd = segmentend @FileSize = filesize @RequestId = requestid end |
Instance Attribute Details
#ExtName ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def ExtName @ExtName end |
#FileSize ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def FileSize @FileSize end |
#RequestId ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def RequestId @RequestId end |
#SegmentBegin ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def SegmentBegin @SegmentBegin end |
#SegmentEnd ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def SegmentEnd @SegmentEnd end |
#Status ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def Status @Status end |
#Url ⇒ Object
455 456 457 |
# File 'lib/v20220527/models.rb', line 455 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
467 468 469 470 471 472 473 474 475 |
# File 'lib/v20220527/models.rb', line 467 def deserialize(params) @Status = params['Status'] @Url = params['Url'] @ExtName = params['ExtName'] @SegmentBegin = params['SegmentBegin'] @SegmentEnd = params['SegmentEnd'] @FileSize = params['FileSize'] @RequestId = params['RequestId'] end |