Class: TencentCloud::Live::V20180801::DescribeCallbackRecordsListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeCallbackRecordsListRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeCallbackRecordsList请求参数结构体
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#EventType ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#PageNum ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#PageSize ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#ResultCode ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#StartTime ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
-
#StreamName ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。 0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。 0为成功,其他为失败。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, streamname = nil, pagenum = nil, pagesize = nil, eventtype = nil, resultcode = nil) ⇒ DescribeCallbackRecordsListRequest
constructor
A new instance of DescribeCallbackRecordsListRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, streamname = nil, pagenum = nil, pagesize = nil, eventtype = nil, resultcode = nil) ⇒ DescribeCallbackRecordsListRequest
Returns a new instance of DescribeCallbackRecordsListRequest.
5524 5525 5526 5527 5528 5529 5530 5531 5532 |
# File 'lib/v20180801/models.rb', line 5524 def initialize(starttime=nil, endtime=nil, streamname=nil, pagenum=nil, pagesize=nil, eventtype=nil, resultcode=nil) @StartTime = starttime @EndTime = endtime @StreamName = streamname @PageNum = pagenum @PageSize = pagesize @EventType = eventtype @ResultCode = resultcode end |
Instance Attribute Details
#EndTime ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def EndTime @EndTime end |
#EventType ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def EventType @EventType end |
#PageNum ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def PageNum @PageNum end |
#PageSize ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def PageSize @PageSize end |
#ResultCode ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def ResultCode @ResultCode end |
#StartTime ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def StartTime @StartTime end |
#StreamName ⇒ Object
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。0: “断流”, 1: “推流”, 100: “录制” 200: “截图回调”。0为成功,其他为失败。
5522 5523 5524 |
# File 'lib/v20180801/models.rb', line 5522 def StreamName @StreamName end |
Instance Method Details
#deserialize(params) ⇒ Object
5534 5535 5536 5537 5538 5539 5540 5541 5542 |
# File 'lib/v20180801/models.rb', line 5534 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @StreamName = params['StreamName'] @PageNum = params['PageNum'] @PageSize = params['PageSize'] @EventType = params['EventType'] @ResultCode = params['ResultCode'] end |