Class: TencentCloud::Cr::V20180321::PhonePool
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::PhonePool
- Defined in:
- lib/v20180321/models.rb
Overview
号码组信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(poolid = nil, poolname = nil) ⇒ PhonePool
constructor
A new instance of PhonePool.
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
#PoolId ⇒ Object
1256 1257 1258 |
# File 'lib/v20180321/models.rb', line 1256 def PoolId @PoolId end |
#PoolName ⇒ Object
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 |