Class: TencentCloud::Iss::V20230517::DescribeRecordPlaybackUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DescribeRecordPlaybackUrlRequest
- Defined in:
- lib/v20230517/models.rb
Overview
DescribeRecordPlaybackUrl请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #CorrectTimestamp ⇒ Object
- #EndTime ⇒ Object
- #IsInternal ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, starttime = nil, endtime = nil, isinternal = nil, correcttimestamp = nil) ⇒ DescribeRecordPlaybackUrlRequest
constructor
A new instance of DescribeRecordPlaybackUrlRequest.
Constructor Details
#initialize(channelid = nil, starttime = nil, endtime = nil, isinternal = nil, correcttimestamp = nil) ⇒ DescribeRecordPlaybackUrlRequest
Returns a new instance of DescribeRecordPlaybackUrlRequest.
3795 3796 3797 3798 3799 3800 3801 |
# File 'lib/v20230517/models.rb', line 3795 def initialize(channelid=nil, starttime=nil, endtime=nil, isinternal=nil, =nil) @ChannelId = channelid @StartTime = starttime @EndTime = endtime @IsInternal = isinternal @CorrectTimestamp = end |
Instance Attribute Details
#ChannelId ⇒ Object
3793 3794 3795 |
# File 'lib/v20230517/models.rb', line 3793 def ChannelId @ChannelId end |
#CorrectTimestamp ⇒ Object
3793 3794 3795 |
# File 'lib/v20230517/models.rb', line 3793 def CorrectTimestamp @CorrectTimestamp end |
#EndTime ⇒ Object
3793 3794 3795 |
# File 'lib/v20230517/models.rb', line 3793 def EndTime @EndTime end |
#IsInternal ⇒ Object
3793 3794 3795 |
# File 'lib/v20230517/models.rb', line 3793 def IsInternal @IsInternal end |
#StartTime ⇒ Object
3793 3794 3795 |
# File 'lib/v20230517/models.rb', line 3793 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3803 3804 3805 3806 3807 3808 3809 |
# File 'lib/v20230517/models.rb', line 3803 def deserialize(params) @ChannelId = params['ChannelId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @IsInternal = params['IsInternal'] @CorrectTimestamp = params['CorrectTimestamp'] end |