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.
16372 16373 16374 16375 16376 16377 16378 |
# File 'lib/v20210820/models.rb', line 16372 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
16370 16371 16372 |
# File 'lib/v20210820/models.rb', line 16370 def ProjectId @ProjectId end |
#ScoreType ⇒ Object
16370 16371 16372 |
# File 'lib/v20210820/models.rb', line 16370 def ScoreType @ScoreType end |
#StatisticsEndDate ⇒ Object
16370 16371 16372 |
# File 'lib/v20210820/models.rb', line 16370 def StatisticsEndDate @StatisticsEndDate end |
#StatisticsStartDate ⇒ Object
16370 16371 16372 |
# File 'lib/v20210820/models.rb', line 16370 def StatisticsStartDate @StatisticsStartDate end |
#TableId ⇒ Object
16370 16371 16372 |
# File 'lib/v20210820/models.rb', line 16370 def TableId @TableId end |
Instance Method Details
#deserialize(params) ⇒ Object
16380 16381 16382 16383 16384 16385 16386 |
# File 'lib/v20210820/models.rb', line 16380 def deserialize(params) @ProjectId = params['ProjectId'] @StatisticsStartDate = params['StatisticsStartDate'] @StatisticsEndDate = params['StatisticsEndDate'] @TableId = params['TableId'] @ScoreType = params['ScoreType'] end |