Class: TencentCloud::Rum::V20210622::DescribeDataReportCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::DescribeDataReportCountRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeDataReportCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, id = nil, reporttype = nil, instanceid = nil) ⇒ DescribeDataReportCountRequest
constructor
A new instance of DescribeDataReportCountRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, id = nil, reporttype = nil, instanceid = nil) ⇒ DescribeDataReportCountRequest
Returns a new instance of DescribeDataReportCountRequest.
1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/v20210622/models.rb', line 1967 def initialize(starttime=nil, endtime=nil, id=nil, reporttype=nil, instanceid=nil) @StartTime = starttime @EndTime = endtime @ID = id @ReportType = reporttype @InstanceID = instanceid end |
Instance Attribute Details
#EndTime ⇒ Object
1965 1966 1967 |
# File 'lib/v20210622/models.rb', line 1965 def EndTime @EndTime end |
#ID ⇒ Object
1965 1966 1967 |
# File 'lib/v20210622/models.rb', line 1965 def ID @ID end |
#InstanceID ⇒ Object
1965 1966 1967 |
# File 'lib/v20210622/models.rb', line 1965 def InstanceID @InstanceID end |
#ReportType ⇒ Object
1965 1966 1967 |
# File 'lib/v20210622/models.rb', line 1965 def ReportType @ReportType end |
#StartTime ⇒ Object
1965 1966 1967 |
# File 'lib/v20210622/models.rb', line 1965 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/v20210622/models.rb', line 1975 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ID = params['ID'] @ReportType = params['ReportType'] @InstanceID = params['InstanceID'] end |