Class: TencentCloud::Ccc::V20200210::DescribeIMCdrsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::DescribeIMCdrsRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20200210/models.rb
Overview
DescribeIMCdrs请求参数结构体
Instance Attribute Summary collapse
- #EndTimestamp ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #SdkAppId ⇒ Object
- #StartTimestamp ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttimestamp = nil, endtimestamp = nil, instanceid = nil, sdkappid = nil, limit = nil, offset = nil, type = nil) ⇒ DescribeIMCdrsRequest
constructor
A new instance of DescribeIMCdrsRequest.
Constructor Details
#initialize(starttimestamp = nil, endtimestamp = nil, instanceid = nil, sdkappid = nil, limit = nil, offset = nil, type = nil) ⇒ DescribeIMCdrsRequest
Returns a new instance of DescribeIMCdrsRequest.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/v20200210/models.rb', line 3633 def initialize(=nil, =nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil) @StartTimestamp = @EndTimestamp = @InstanceId = instanceid @SdkAppId = sdkappid @Limit = limit @Offset = offset @Type = type end |
Instance Attribute Details
#EndTimestamp ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def EndTimestamp @EndTimestamp end |
#InstanceId ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def InstanceId @InstanceId end |
#Limit ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def Limit @Limit end |
#Offset ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def Offset @Offset end |
#SdkAppId ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def SdkAppId @SdkAppId end |
#StartTimestamp ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def StartTimestamp @StartTimestamp end |
#Type ⇒ Object
3628 3629 3630 |
# File 'lib/v20200210/models.rb', line 3628 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'lib/v20200210/models.rb', line 3643 def deserialize(params) @StartTimestamp = params['StartTimestamp'] @EndTimestamp = params['EndTimestamp'] @InstanceId = params['InstanceId'] @SdkAppId = params['SdkAppId'] @Limit = params['Limit'] @Offset = params['Offset'] @Type = params['Type'] end |