Class: TencentCloud::Iss::V20230517::PlayRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::PlayRecordRequest
- Defined in:
- lib/v20230517/models.rb
Overview
PlayRecord请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #End ⇒ Object
- #IsInternal ⇒ Object
- #Resolution ⇒ Object
- #Start ⇒ Object
- #StreamType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, start = nil, _end = nil, streamtype = nil, resolution = nil, isinternal = nil) ⇒ PlayRecordRequest
constructor
A new instance of PlayRecordRequest.
Constructor Details
#initialize(channelid = nil, start = nil, _end = nil, streamtype = nil, resolution = nil, isinternal = nil) ⇒ PlayRecordRequest
Returns a new instance of PlayRecordRequest.
6276 6277 6278 6279 6280 6281 6282 6283 |
# File 'lib/v20230517/models.rb', line 6276 def initialize(channelid=nil, start=nil, _end=nil, streamtype=nil, resolution=nil, isinternal=nil) @ChannelId = channelid @Start = start @End = _end @StreamType = streamtype @Resolution = resolution @IsInternal = isinternal end |
Instance Attribute Details
#ChannelId ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def ChannelId @ChannelId end |
#End ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def End @End end |
#IsInternal ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def IsInternal @IsInternal end |
#Resolution ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def Resolution @Resolution end |
#Start ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def Start @Start end |
#StreamType ⇒ Object
6274 6275 6276 |
# File 'lib/v20230517/models.rb', line 6274 def StreamType @StreamType end |
Instance Method Details
#deserialize(params) ⇒ Object
6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/v20230517/models.rb', line 6285 def deserialize(params) @ChannelId = params['ChannelId'] @Start = params['Start'] @End = params['End'] @StreamType = params['StreamType'] @Resolution = params['Resolution'] @IsInternal = params['IsInternal'] end |