Class: TencentCloud::Cme::V20191029::MediaCastPlaySetting
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::MediaCastPlaySetting
- Defined in:
- lib/v20191029/models.rb
Overview
播放控制参数。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loopcount = nil, endtime = nil, autostarttime = nil) ⇒ MediaCastPlaySetting
constructor
A new instance of MediaCastPlaySetting.
Constructor Details
#initialize(loopcount = nil, endtime = nil, autostarttime = nil) ⇒ MediaCastPlaySetting
Returns a new instance of MediaCastPlaySetting.
4021 4022 4023 4024 4025 |
# File 'lib/v20191029/models.rb', line 4021 def initialize(loopcount=nil, endtime=nil, autostarttime=nil) @LoopCount = loopcount @EndTime = endtime @AutoStartTime = autostarttime end |
Instance Attribute Details
#AutoStartTime ⇒ Object
4019 4020 4021 |
# File 'lib/v20191029/models.rb', line 4019 def AutoStartTime @AutoStartTime end |
#EndTime ⇒ Object
4019 4020 4021 |
# File 'lib/v20191029/models.rb', line 4019 def EndTime @EndTime end |
#LoopCount ⇒ Object
4019 4020 4021 |
# File 'lib/v20191029/models.rb', line 4019 def LoopCount @LoopCount end |
Instance Method Details
#deserialize(params) ⇒ Object
4027 4028 4029 4030 4031 |
# File 'lib/v20191029/models.rb', line 4027 def deserialize(params) @LoopCount = params['LoopCount'] @EndTime = params['EndTime'] @AutoStartTime = params['AutoStartTime'] end |