Class: TencentCloud::Dbbrain::V20210527::DescribeTopSpaceTableTimeSeriesRequest
- Inherits:
- 
      Common::AbstractModel
      
        - Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeTopSpaceTableTimeSeriesRequest
 
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeTopSpaceTableTimeSeries请求参数结构体
Instance Attribute Summary collapse
- #EndDate ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Product ⇒ Object
- #SortBy ⇒ Object
- #StartDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
- 
  
    
      #initialize(instanceid = nil, limit = nil, sortby = nil, startdate = nil, enddate = nil, product = nil)  ⇒ DescribeTopSpaceTableTimeSeriesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DescribeTopSpaceTableTimeSeriesRequest. 
Constructor Details
#initialize(instanceid = nil, limit = nil, sortby = nil, startdate = nil, enddate = nil, product = nil) ⇒ DescribeTopSpaceTableTimeSeriesRequest
| 4792 4793 4794 4795 4796 4797 4798 4799 | # File 'lib/v20210527/models.rb', line 4792 def initialize(instanceid=nil, limit=nil, sortby=nil, startdate=nil, enddate=nil, product=nil) @InstanceId = instanceid @Limit = limit @SortBy = sortby @StartDate = startdate @EndDate = enddate @Product = product end | 
Instance Attribute Details
#EndDate ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def EndDate @EndDate end | 
#InstanceId ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def InstanceId @InstanceId end | 
#Limit ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def Limit @Limit end | 
#Product ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def Product @Product end | 
#SortBy ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def SortBy @SortBy end | 
#StartDate ⇒ Object
| 4790 4791 4792 | # File 'lib/v20210527/models.rb', line 4790 def StartDate @StartDate end | 
Instance Method Details
#deserialize(params) ⇒ Object
| 4801 4802 4803 4804 4805 4806 4807 4808 | # File 'lib/v20210527/models.rb', line 4801 def deserialize(params) @InstanceId = params['InstanceId'] @Limit = params['Limit'] @SortBy = params['SortBy'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Product = params['Product'] end |