Class: TencentCloud::Live::V20180801::ForbidLiveStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ForbidLiveStreamRequest
- Defined in:
- lib/v20180801/models.rb
Overview
ForbidLiveStream请求参数结构体
Instance Attribute Summary collapse
-
#AppName ⇒ Object
注意: 1.
-
#DomainName ⇒ Object
注意: 1.
-
#Reason ⇒ Object
注意: 1.
-
#ResumeTime ⇒ Object
注意: 1.
-
#StreamName ⇒ Object
注意: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, domainname = nil, streamname = nil, resumetime = nil, reason = nil) ⇒ ForbidLiveStreamRequest
constructor
A new instance of ForbidLiveStreamRequest.
Constructor Details
#initialize(appname = nil, domainname = nil, streamname = nil, resumetime = nil, reason = nil) ⇒ ForbidLiveStreamRequest
11028 11029 11030 11031 11032 11033 11034 |
# File 'lib/v20180801/models.rb', line 11028 def initialize(appname=nil, domainname=nil, streamname=nil, resumetime=nil, reason=nil) @AppName = appname @DomainName = domainname @StreamName = streamname @ResumeTime = resumetime @Reason = reason end |
Instance Attribute Details
#AppName ⇒ Object
注意:
-
默认禁推7天,且最长支持禁推90天。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
注明:请务必填写禁推原因,防止误操作。长度限制:2048字节。
11026 11027 11028 |
# File 'lib/v20180801/models.rb', line 11026 def AppName @AppName end |
#DomainName ⇒ Object
注意:
-
默认禁推7天,且最长支持禁推90天。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
注明:请务必填写禁推原因,防止误操作。长度限制:2048字节。
11026 11027 11028 |
# File 'lib/v20180801/models.rb', line 11026 def DomainName @DomainName end |
#Reason ⇒ Object
注意:
-
默认禁推7天,且最长支持禁推90天。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
注明:请务必填写禁推原因,防止误操作。长度限制:2048字节。
11026 11027 11028 |
# File 'lib/v20180801/models.rb', line 11026 def Reason @Reason end |
#ResumeTime ⇒ Object
注意:
-
默认禁推7天,且最长支持禁推90天。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
注明:请务必填写禁推原因,防止误操作。长度限制:2048字节。
11026 11027 11028 |
# File 'lib/v20180801/models.rb', line 11026 def ResumeTime @ResumeTime end |
#StreamName ⇒ Object
注意:
-
默认禁推7天,且最长支持禁推90天。
-
北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](cloud.tencent.com/document/product/267/38543#I)。
注明:请务必填写禁推原因,防止误操作。长度限制:2048字节。
11026 11027 11028 |
# File 'lib/v20180801/models.rb', line 11026 def StreamName @StreamName end |
Instance Method Details
#deserialize(params) ⇒ Object
11036 11037 11038 11039 11040 11041 11042 |
# File 'lib/v20180801/models.rb', line 11036 def deserialize(params) @AppName = params['AppName'] @DomainName = params['DomainName'] @StreamName = params['StreamName'] @ResumeTime = params['ResumeTime'] @Reason = params['Reason'] end |