Class: TencentCloud::Ccc::V20200210::DescribeIMCdrListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::DescribeIMCdrListRequest
- Defined in:
- lib/v20200210/models.rb
Overview
DescribeIMCdrList请求参数结构体
Instance Attribute Summary collapse
- #EndTimestamp ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #SdkAppId ⇒ Object
- #StartTimestamp ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, starttimestamp = nil, endtimestamp = nil, limit = nil, offset = nil, type = nil) ⇒ DescribeIMCdrListRequest
constructor
A new instance of DescribeIMCdrListRequest.
Constructor Details
#initialize(sdkappid = nil, starttimestamp = nil, endtimestamp = nil, limit = nil, offset = nil, type = nil) ⇒ DescribeIMCdrListRequest
Returns a new instance of DescribeIMCdrListRequest.
3561 3562 3563 3564 3565 3566 3567 3568 |
# File 'lib/v20200210/models.rb', line 3561 def initialize(sdkappid=nil, =nil, =nil, limit=nil, offset=nil, type=nil) @SdkAppId = sdkappid @StartTimestamp = @EndTimestamp = @Limit = limit @Offset = offset @Type = type end |
Instance Attribute Details
#EndTimestamp ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def EndTimestamp @EndTimestamp end |
#Limit ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def Limit @Limit end |
#Offset ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def Offset @Offset end |
#SdkAppId ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def SdkAppId @SdkAppId end |
#StartTimestamp ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def StartTimestamp @StartTimestamp end |
#Type ⇒ Object
3559 3560 3561 |
# File 'lib/v20200210/models.rb', line 3559 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/v20200210/models.rb', line 3570 def deserialize(params) @SdkAppId = params['SdkAppId'] @StartTimestamp = params['StartTimestamp'] @EndTimestamp = params['EndTimestamp'] @Limit = params['Limit'] @Offset = params['Offset'] @Type = params['Type'] end |