Class: TencentCloud::Ccc::V20200210::CreateOwnNumberApplyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::CreateOwnNumberApplyResponse
- Defined in:
- lib/v20200210/models.rb
Overview
CreateOwnNumberApply返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(applyid = nil, requestid = nil) ⇒ CreateOwnNumberApplyResponse
constructor
A new instance of CreateOwnNumberApplyResponse.
Constructor Details
#initialize(applyid = nil, requestid = nil) ⇒ CreateOwnNumberApplyResponse
Returns a new instance of CreateOwnNumberApplyResponse.
2133 2134 2135 2136 |
# File 'lib/v20200210/models.rb', line 2133 def initialize(applyid=nil, requestid=nil) @ApplyId = applyid @RequestId = requestid end |
Instance Attribute Details
#ApplyId ⇒ Object
2131 2132 2133 |
# File 'lib/v20200210/models.rb', line 2131 def ApplyId @ApplyId end |
#RequestId ⇒ Object
2131 2132 2133 |
# File 'lib/v20200210/models.rb', line 2131 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2138 2139 2140 2141 |
# File 'lib/v20200210/models.rb', line 2138 def deserialize(params) @ApplyId = params['ApplyId'] @RequestId = params['RequestId'] end |