Class: TencentCloud::Live::V20180801::ForbidLiveStreamRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

ForbidLiveStream请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AppNameObject

注意:

  1. 默认禁推7天,且最长支持禁推90天。

  2. 北京时间值为 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

#DomainNameObject

注意:

  1. 默认禁推7天,且最长支持禁推90天。

  2. 北京时间值为 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

#ReasonObject

注意:

  1. 默认禁推7天,且最长支持禁推90天。

  2. 北京时间值为 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

#ResumeTimeObject

注意:

  1. 默认禁推7天,且最长支持禁推90天。

  2. 北京时间值为 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

#StreamNameObject

注意:

  1. 默认禁推7天,且最长支持禁推90天。

  2. 北京时间值为 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