Class: TencentCloud::Live::V20180801::DescribeStreamDayPlayInfoListRequest

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

Overview

DescribeStreamDayPlayInfoList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(daytime = nil, playdomain = nil, pagenum = nil, pagesize = nil, mainlandoroversea = nil, servicename = nil) ⇒ DescribeStreamDayPlayInfoListRequest



9977
9978
9979
9980
9981
9982
9983
9984
# File 'lib/v20180801/models.rb', line 9977

def initialize(daytime=nil, playdomain=nil, pagenum=nil, pagesize=nil, mainlandoroversea=nil, servicename=nil)
  @DayTime = daytime
  @PlayDomain = playdomain
  @PageNum = pagenum
  @PageSize = pagesize
  @MainlandOrOversea = mainlandoroversea
  @ServiceName = servicename
end

Instance Attribute Details

#DayTimeObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def DayTime
  @DayTime
end

#MainlandOrOverseaObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def MainlandOrOversea
  @MainlandOrOversea
end

#PageNumObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def PageNum
  @PageNum
end

#PageSizeObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def PageSize
  @PageSize
end

#PlayDomainObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def PlayDomain
  @PlayDomain
end

#ServiceNameObject

第二天凌晨3点出昨天的数据,建议在这个时间点之后查询最新数据。支持最近3个月的数据查询。Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。



9975
9976
9977
# File 'lib/v20180801/models.rb', line 9975

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



9986
9987
9988
9989
9990
9991
9992
9993
# File 'lib/v20180801/models.rb', line 9986

def deserialize(params)
  @DayTime = params['DayTime']
  @PlayDomain = params['PlayDomain']
  @PageNum = params['PageNum']
  @PageSize = params['PageSize']
  @MainlandOrOversea = params['MainlandOrOversea']
  @ServiceName = params['ServiceName']
end