Class: TencentCloud::Wedata::V20210820::DescribeTableScoreTrendRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeTableScoreTrendRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeTableScoreTrend请求参数结构体
Instance Attribute Summary collapse
- #ProjectId ⇒ Object
- #ScoreType ⇒ Object
- #StatisticsEndDate ⇒ Object
- #StatisticsStartDate ⇒ Object
- #TableId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, statisticsstartdate = nil, statisticsenddate = nil, tableid = nil, scoretype = nil) ⇒ DescribeTableScoreTrendRequest
constructor
A new instance of DescribeTableScoreTrendRequest.
Constructor Details
#initialize(projectid = nil, statisticsstartdate = nil, statisticsenddate = nil, tableid = nil, scoretype = nil) ⇒ DescribeTableScoreTrendRequest
Returns a new instance of DescribeTableScoreTrendRequest.
16289 16290 16291 16292 16293 16294 16295 |
# File 'lib/v20210820/models.rb', line 16289 def initialize(projectid=nil, statisticsstartdate=nil, statisticsenddate=nil, tableid=nil, scoretype=nil) @ProjectId = projectid @StatisticsStartDate = statisticsstartdate @StatisticsEndDate = statisticsenddate @TableId = tableid @ScoreType = scoretype end |
Instance Attribute Details
#ProjectId ⇒ Object
16287 16288 16289 |
# File 'lib/v20210820/models.rb', line 16287 def ProjectId @ProjectId end |
#ScoreType ⇒ Object
16287 16288 16289 |
# File 'lib/v20210820/models.rb', line 16287 def ScoreType @ScoreType end |
#StatisticsEndDate ⇒ Object
16287 16288 16289 |
# File 'lib/v20210820/models.rb', line 16287 def StatisticsEndDate @StatisticsEndDate end |
#StatisticsStartDate ⇒ Object
16287 16288 16289 |
# File 'lib/v20210820/models.rb', line 16287 def StatisticsStartDate @StatisticsStartDate end |
#TableId ⇒ Object
16287 16288 16289 |
# File 'lib/v20210820/models.rb', line 16287 def TableId @TableId end |
Instance Method Details
#deserialize(params) ⇒ Object
16297 16298 16299 16300 16301 16302 16303 |
# File 'lib/v20210820/models.rb', line 16297 def deserialize(params) @ProjectId = params['ProjectId'] @StatisticsStartDate = params['StatisticsStartDate'] @StatisticsEndDate = params['StatisticsEndDate'] @TableId = params['TableId'] @ScoreType = params['ScoreType'] end |