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.
2004 2005 2006 2007 2008 |
# File 'lib/v20180608/models.rb', line 2004 def initialize(tranid=nil, envid=nil, requestid=nil) @TranId = tranid @EnvId = envid @RequestId = requestid end |
Instance Attribute Details
#EnvId ⇒ Object
2002 2003 2004 |
# File 'lib/v20180608/models.rb', line 2002 def EnvId @EnvId end |
#RequestId ⇒ Object
2002 2003 2004 |
# File 'lib/v20180608/models.rb', line 2002 def RequestId @RequestId end |
#TranId ⇒ Object
2002 2003 2004 |
# File 'lib/v20180608/models.rb', line 2002 def TranId @TranId end |
Instance Method Details
#deserialize(params) ⇒ Object
2010 2011 2012 2013 2014 |
# File 'lib/v20180608/models.rb', line 2010 def deserialize(params) @TranId = params['TranId'] @EnvId = params['EnvId'] @RequestId = params['RequestId'] end |