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.
16940 16941 16942 16943 16944 16945 16946 |
# File 'lib/v20210820/models.rb', line 16940 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
16938 16939 16940 |
# File 'lib/v20210820/models.rb', line 16938 def ProjectId @ProjectId end |
#ScoreType ⇒ Object
16938 16939 16940 |
# File 'lib/v20210820/models.rb', line 16938 def ScoreType @ScoreType end |
#StatisticsEndDate ⇒ Object
16938 16939 16940 |
# File 'lib/v20210820/models.rb', line 16938 def StatisticsEndDate @StatisticsEndDate end |
#StatisticsStartDate ⇒ Object
16938 16939 16940 |
# File 'lib/v20210820/models.rb', line 16938 def StatisticsStartDate @StatisticsStartDate end |
#TableId ⇒ Object
16938 16939 16940 |
# File 'lib/v20210820/models.rb', line 16938 def TableId @TableId end |
Instance Method Details
#deserialize(params) ⇒ Object
16948 16949 16950 16951 16952 16953 16954 |
# File 'lib/v20210820/models.rb', line 16948 def deserialize(params) @ProjectId = params['ProjectId'] @StatisticsStartDate = params['StatisticsStartDate'] @StatisticsEndDate = params['StatisticsEndDate'] @TableId = params['TableId'] @ScoreType = params['ScoreType'] end |