Class: TencentCloud::Live::V20180801::PadTemplate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PadTemplate
- Defined in:
- lib/v20180801/models.rb
Overview
直播垫片模板。
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#Description ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#MaxDuration ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#TemplateId ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#TemplateName ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#Type ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#UpdateTime ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#Url ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
-
#WaitDuration ⇒ Object
取值范围:0-30000。 单位:ms。 取值范围:0 - 正无穷。 单位:ms。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(templateid = nil, templatename = nil, url = nil, createtime = nil, updatetime = nil, description = nil, waitduration = nil, maxduration = nil, type = nil) ⇒ PadTemplate
constructor
A new instance of PadTemplate.
Constructor Details
#initialize(templateid = nil, templatename = nil, url = nil, createtime = nil, updatetime = nil, description = nil, waitduration = nil, maxduration = nil, type = nil) ⇒ PadTemplate
Returns a new instance of PadTemplate.
13359 13360 13361 13362 13363 13364 13365 13366 13367 13368 13369 |
# File 'lib/v20180801/models.rb', line 13359 def initialize(templateid=nil, templatename=nil, url=nil, createtime=nil, updatetime=nil, description=nil, waitduration=nil, maxduration=nil, type=nil) @TemplateId = templateid @TemplateName = templatename @Url = url @CreateTime = createtime @UpdateTime = updatetime @Description = description @WaitDuration = waitduration @MaxDuration = maxduration @Type = type end |
Instance Attribute Details
#CreateTime ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def CreateTime @CreateTime end |
#Description ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def Description @Description end |
#MaxDuration ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def MaxDuration @MaxDuration end |
#TemplateId ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def TemplateId @TemplateId end |
#TemplateName ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def TemplateName @TemplateName end |
#Type ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def Type @Type end |
#UpdateTime ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def UpdateTime @UpdateTime end |
#Url ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def Url @Url end |
#WaitDuration ⇒ Object
取值范围:0-30000。单位:ms。取值范围:0 - 正无穷。单位:ms。
13357 13358 13359 |
# File 'lib/v20180801/models.rb', line 13357 def WaitDuration @WaitDuration end |
Instance Method Details
#deserialize(params) ⇒ Object
13371 13372 13373 13374 13375 13376 13377 13378 13379 13380 13381 |
# File 'lib/v20180801/models.rb', line 13371 def deserialize(params) @TemplateId = params['TemplateId'] @TemplateName = params['TemplateName'] @Url = params['Url'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @Description = params['Description'] @WaitDuration = params['WaitDuration'] @MaxDuration = params['MaxDuration'] @Type = params['Type'] end |