Class: TencentCloud::Ccc::V20200210::DescribeCallInMetricsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::DescribeCallInMetricsRequest
- Defined in:
- lib/v20200210/models.rb
Overview
DescribeCallInMetrics请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, enabledskillgroup = nil, enablednumber = nil, groupidlist = nil) ⇒ DescribeCallInMetricsRequest
constructor
A new instance of DescribeCallInMetricsRequest.
Constructor Details
#initialize(sdkappid = nil, enabledskillgroup = nil, enablednumber = nil, groupidlist = nil) ⇒ DescribeCallInMetricsRequest
Returns a new instance of DescribeCallInMetricsRequest.
3152 3153 3154 3155 3156 3157 |
# File 'lib/v20200210/models.rb', line 3152 def initialize(sdkappid=nil, enabledskillgroup=nil, enablednumber=nil, groupidlist=nil) @SdkAppId = sdkappid @EnabledSkillGroup = enabledskillgroup @EnabledNumber = enablednumber @GroupIdList = groupidlist end |
Instance Attribute Details
#EnabledNumber ⇒ Object
3150 3151 3152 |
# File 'lib/v20200210/models.rb', line 3150 def EnabledNumber @EnabledNumber end |
#EnabledSkillGroup ⇒ Object
3150 3151 3152 |
# File 'lib/v20200210/models.rb', line 3150 def EnabledSkillGroup @EnabledSkillGroup end |
#GroupIdList ⇒ Object
3150 3151 3152 |
# File 'lib/v20200210/models.rb', line 3150 def GroupIdList @GroupIdList end |
#SdkAppId ⇒ Object
3150 3151 3152 |
# File 'lib/v20200210/models.rb', line 3150 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
3159 3160 3161 3162 3163 3164 |
# File 'lib/v20200210/models.rb', line 3159 def deserialize(params) @SdkAppId = params['SdkAppId'] @EnabledSkillGroup = params['EnabledSkillGroup'] @EnabledNumber = params['EnabledNumber'] @GroupIdList = params['GroupIdList'] end |