Class: TencentCloud::Live::V20180801::DescribeTimeShiftStreamListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeTimeShiftStreamListRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeTimeShiftStreamList请求参数结构体
Instance Attribute Summary collapse
-
#Domain ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#DomainGroup ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#EndTime ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#PageNum ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#PageSize ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#StartTime ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
-
#StreamName ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, streamname = nil, domain = nil, domaingroup = nil, pagesize = nil, pagenum = nil) ⇒ DescribeTimeShiftStreamListRequest
constructor
A new instance of DescribeTimeShiftStreamListRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, streamname = nil, domain = nil, domaingroup = nil, pagesize = nil, pagenum = nil) ⇒ DescribeTimeShiftStreamListRequest
Returns a new instance of DescribeTimeShiftStreamListRequest.
10264 10265 10266 10267 10268 10269 10270 10271 10272 |
# File 'lib/v20180801/models.rb', line 10264 def initialize(starttime=nil, endtime=nil, streamname=nil, domain=nil, domaingroup=nil, pagesize=nil, pagenum=nil) @StartTime = starttime @EndTime = endtime @StreamName = streamname @Domain = domain @DomainGroup = domaingroup @PageSize = pagesize @PageNum = pagenum end |
Instance Attribute Details
#Domain ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def Domain @Domain end |
#DomainGroup ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def DomainGroup @DomainGroup end |
#EndTime ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def EndTime @EndTime end |
#PageNum ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def PageNum @PageNum end |
#PageSize ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def PageSize @PageSize end |
#StartTime ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def StartTime @StartTime end |
#StreamName ⇒ Object
默认值为100。指定超过100时,API 强制使用100。指定值为负数时,接口返回错误。
10262 10263 10264 |
# File 'lib/v20180801/models.rb', line 10262 def StreamName @StreamName end |
Instance Method Details
#deserialize(params) ⇒ Object
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/v20180801/models.rb', line 10274 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @StreamName = params['StreamName'] @Domain = params['Domain'] @DomainGroup = params['DomainGroup'] @PageSize = params['PageSize'] @PageNum = params['PageNum'] end |