Class: TencentCloud::Tcb::V20180608::CreatePostpayPackageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CreatePostpayPackageResponse
- Defined in:
- lib/v20180608/models.rb
Overview
CreatePostpayPackage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tranid = nil, envid = nil, requestid = nil) ⇒ CreatePostpayPackageResponse
constructor
A new instance of CreatePostpayPackageResponse.
Constructor Details
#initialize(tranid = nil, envid = nil, requestid = nil) ⇒ CreatePostpayPackageResponse
Returns a new instance of CreatePostpayPackageResponse.
2401 2402 2403 2404 2405 |
# File 'lib/v20180608/models.rb', line 2401 def initialize(tranid=nil, envid=nil, requestid=nil) @TranId = tranid @EnvId = envid @RequestId = requestid end |
Instance Attribute Details
#EnvId ⇒ Object
2399 2400 2401 |
# File 'lib/v20180608/models.rb', line 2399 def EnvId @EnvId end |
#RequestId ⇒ Object
2399 2400 2401 |
# File 'lib/v20180608/models.rb', line 2399 def RequestId @RequestId end |
#TranId ⇒ Object
2399 2400 2401 |
# File 'lib/v20180608/models.rb', line 2399 def TranId @TranId end |
Instance Method Details
#deserialize(params) ⇒ Object
2407 2408 2409 2410 2411 |
# File 'lib/v20180608/models.rb', line 2407 def deserialize(params) @TranId = params['TranId'] @EnvId = params['EnvId'] @RequestId = params['RequestId'] end |