Class: TencentCloud::Tcex::V20200727::InvokeServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcex::V20200727::InvokeServiceResponse
- Defined in:
- lib/v20200727/models.rb
Overview
InvokeService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ InvokeServiceResponse
constructor
A new instance of InvokeServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ InvokeServiceResponse
Returns a new instance of InvokeServiceResponse.
160 161 162 |
# File 'lib/v20200727/models.rb', line 160 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
158 159 160 |
# File 'lib/v20200727/models.rb', line 158 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
164 165 166 |
# File 'lib/v20200727/models.rb', line 164 def deserialize(params) @RequestId = params['RequestId'] end |