Class: TencentCloud::Live::V20180801::AddDelayLiveStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddDelayLiveStreamRequest
- Defined in:
- lib/v20180801/models.rb
Overview
AddDelayLiveStream请求参数结构体
Instance Attribute Summary collapse
-
#AppName ⇒ Object
注意: 1.
-
#DelayTime ⇒ Object
注意: 1.
-
#DomainName ⇒ Object
注意: 1.
-
#ExpireTime ⇒ Object
注意: 1.
-
#StreamName ⇒ Object
注意: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, domainname = nil, streamname = nil, delaytime = nil, expiretime = nil) ⇒ AddDelayLiveStreamRequest
constructor
A new instance of AddDelayLiveStreamRequest.
Constructor Details
#initialize(appname = nil, domainname = nil, streamname = nil, delaytime = nil, expiretime = nil) ⇒ AddDelayLiveStreamRequest
Returns a new instance of AddDelayLiveStreamRequest.
245 246 247 248 249 250 251 |
# File 'lib/v20180801/models.rb', line 245 def initialize(appname=nil, domainname=nil, streamname=nil, delaytime=nil, expiretime=nil) @AppName = appname @DomainName = domainname @StreamName = streamname @DelayTime = delaytime @ExpireTime = expiretime end |
Instance Attribute Details
#AppName ⇒ Object
注意:
-
默认7天后过期,且最长支持7天内生效。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
243 244 245 |
# File 'lib/v20180801/models.rb', line 243 def AppName @AppName end |
#DelayTime ⇒ Object
注意:
-
默认7天后过期,且最长支持7天内生效。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
243 244 245 |
# File 'lib/v20180801/models.rb', line 243 def DelayTime @DelayTime end |
#DomainName ⇒ Object
注意:
-
默认7天后过期,且最长支持7天内生效。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
243 244 245 |
# File 'lib/v20180801/models.rb', line 243 def DomainName @DomainName end |
#ExpireTime ⇒ Object
注意:
-
默认7天后过期,且最长支持7天内生效。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
243 244 245 |
# File 'lib/v20180801/models.rb', line 243 def ExpireTime @ExpireTime end |
#StreamName ⇒ Object
注意:
-
默认7天后过期,且最长支持7天内生效。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
243 244 245 |
# File 'lib/v20180801/models.rb', line 243 def StreamName @StreamName end |
Instance Method Details
#deserialize(params) ⇒ Object
253 254 255 256 257 258 259 |
# File 'lib/v20180801/models.rb', line 253 def deserialize(params) @AppName = params['AppName'] @DomainName = params['DomainName'] @StreamName = params['StreamName'] @DelayTime = params['DelayTime'] @ExpireTime = params['ExpireTime'] end |