Class: TencentCloud::Tcb::V20180608::CreateWxCloudBaseRunEnvResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CreateWxCloudBaseRunEnvResponse
- Defined in:
- lib/v20180608/models.rb
Overview
CreateWxCloudBaseRunEnv返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(envid = nil, tranid = nil, requestid = nil) ⇒ CreateWxCloudBaseRunEnvResponse
constructor
A new instance of CreateWxCloudBaseRunEnvResponse.
Constructor Details
#initialize(envid = nil, tranid = nil, requestid = nil) ⇒ CreateWxCloudBaseRunEnvResponse
Returns a new instance of CreateWxCloudBaseRunEnvResponse.
2118 2119 2120 2121 2122 |
# File 'lib/v20180608/models.rb', line 2118 def initialize(envid=nil, tranid=nil, requestid=nil) @EnvId = envid @TranId = tranid @RequestId = requestid end |
Instance Attribute Details
#EnvId ⇒ Object
2116 2117 2118 |
# File 'lib/v20180608/models.rb', line 2116 def EnvId @EnvId end |
#RequestId ⇒ Object
2116 2117 2118 |
# File 'lib/v20180608/models.rb', line 2116 def RequestId @RequestId end |
#TranId ⇒ Object
2116 2117 2118 |
# File 'lib/v20180608/models.rb', line 2116 def TranId @TranId end |
Instance Method Details
#deserialize(params) ⇒ Object
2124 2125 2126 2127 2128 |
# File 'lib/v20180608/models.rb', line 2124 def deserialize(params) @EnvId = params['EnvId'] @TranId = params['TranId'] @RequestId = params['RequestId'] end |