Class: TencentCloud::Ccc::V20200210::DescribeCallInMetricsRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

DescribeCallInMetrics请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EnabledNumberObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • EnabledSkillGroup:

    是否返回技能组维度信息,默认“是”

  • EnabledNumber:

    是否返回线路维度信息,默认“否”

  • GroupIdList:

    筛选技能组列表



3150
3151
3152
# File 'lib/v20200210/models.rb', line 3150

def EnabledNumber
  @EnabledNumber
end

#EnabledSkillGroupObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • EnabledSkillGroup:

    是否返回技能组维度信息,默认“是”

  • EnabledNumber:

    是否返回线路维度信息,默认“否”

  • GroupIdList:

    筛选技能组列表



3150
3151
3152
# File 'lib/v20200210/models.rb', line 3150

def EnabledSkillGroup
  @EnabledSkillGroup
end

#GroupIdListObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • EnabledSkillGroup:

    是否返回技能组维度信息,默认“是”

  • EnabledNumber:

    是否返回线路维度信息,默认“否”

  • GroupIdList:

    筛选技能组列表



3150
3151
3152
# File 'lib/v20200210/models.rb', line 3150

def GroupIdList
  @GroupIdList
end

#SdkAppIdObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • EnabledSkillGroup:

    是否返回技能组维度信息,默认“是”

  • EnabledNumber:

    是否返回线路维度信息,默认“否”

  • GroupIdList:

    筛选技能组列表



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