Class: TencentCloud::Cr::V20180321::PhonePool

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

Overview

号码组信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(poolid = nil, poolname = nil) ⇒ PhonePool

Returns a new instance of PhonePool.



1258
1259
1260
1261
# File 'lib/v20180321/models.rb', line 1258

def initialize(poolid=nil, poolname=nil)
  @PoolId = poolid
  @PoolName = poolname
end

Instance Attribute Details

#PoolIdObject

Parameters:

  • PoolId:

    号码组ID

  • PoolName:

    号码组名称



1256
1257
1258
# File 'lib/v20180321/models.rb', line 1256

def PoolId
  @PoolId
end

#PoolNameObject

Parameters:

  • PoolId:

    号码组ID

  • PoolName:

    号码组名称



1256
1257
1258
# File 'lib/v20180321/models.rb', line 1256

def PoolName
  @PoolName
end

Instance Method Details

#deserialize(params) ⇒ Object



1263
1264
1265
1266
# File 'lib/v20180321/models.rb', line 1263

def deserialize(params)
  @PoolId = params['PoolId']
  @PoolName = params['PoolName']
end