Class: TencentCloud::Wav::V20210129::QueryCustomerEventDetailStatisticsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::QueryCustomerEventDetailStatisticsRequest
- Defined in:
- lib/v20210129/models.rb
Overview
QueryCustomerEventDetailStatistics请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(begintime = nil, endtime = nil, cursor = nil, limit = nil) ⇒ QueryCustomerEventDetailStatisticsRequest
constructor
A new instance of QueryCustomerEventDetailStatisticsRequest.
Constructor Details
#initialize(begintime = nil, endtime = nil, cursor = nil, limit = nil) ⇒ QueryCustomerEventDetailStatisticsRequest
Returns a new instance of QueryCustomerEventDetailStatisticsRequest.
2377 2378 2379 2380 2381 2382 |
# File 'lib/v20210129/models.rb', line 2377 def initialize(begintime=nil, endtime=nil, cursor=nil, limit=nil) @BeginTime = begintime @EndTime = endtime @Cursor = cursor @Limit = limit end |
Instance Attribute Details
#BeginTime ⇒ Object
2375 2376 2377 |
# File 'lib/v20210129/models.rb', line 2375 def BeginTime @BeginTime end |
#Cursor ⇒ Object
2375 2376 2377 |
# File 'lib/v20210129/models.rb', line 2375 def Cursor @Cursor end |
#EndTime ⇒ Object
2375 2376 2377 |
# File 'lib/v20210129/models.rb', line 2375 def EndTime @EndTime end |
#Limit ⇒ Object
2375 2376 2377 |
# File 'lib/v20210129/models.rb', line 2375 def Limit @Limit end |
Instance Method Details
#deserialize(params) ⇒ Object
2384 2385 2386 2387 2388 2389 |
# File 'lib/v20210129/models.rb', line 2384 def deserialize(params) @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @Cursor = params['Cursor'] @Limit = params['Limit'] end |