Class: TencentCloud::Iss::V20230517::ListOrganizationChannelNumbersData

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

Overview

组织目录下的未添加到实时上云计划中的通道数量返回数据

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalcount = nil, notinplancount = nil) ⇒ ListOrganizationChannelNumbersData

Returns a new instance of ListOrganizationChannelNumbersData.



5115
5116
5117
5118
# File 'lib/v20230517/models.rb', line 5115

def initialize(totalcount=nil, notinplancount=nil)
  @TotalCount = totalcount
  @NotInPlanCount = notinplancount
end

Instance Attribute Details

#NotInPlanCountObject

Parameters:

  • TotalCount:

    组织下通道总数

  • NotInPlanCount:

    组织下未添加到计划的通道总数



5113
5114
5115
# File 'lib/v20230517/models.rb', line 5113

def NotInPlanCount
  @NotInPlanCount
end

#TotalCountObject

Parameters:

  • TotalCount:

    组织下通道总数

  • NotInPlanCount:

    组织下未添加到计划的通道总数



5113
5114
5115
# File 'lib/v20230517/models.rb', line 5113

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



5120
5121
5122
5123
# File 'lib/v20230517/models.rb', line 5120

def deserialize(params)
  @TotalCount = params['TotalCount']
  @NotInPlanCount = params['NotInPlanCount']
end