Class: TencentCloud::Hunyuan::V20230901::SetPayModeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Hunyuan::V20230901::SetPayModeResponse
- Defined in:
- lib/v20230901/models.rb
Overview
SetPayMode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetPayModeResponse
constructor
A new instance of SetPayModeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetPayModeResponse
Returns a new instance of SetPayModeResponse.
2436 2437 2438 |
# File 'lib/v20230901/models.rb', line 2436 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2434 2435 2436 |
# File 'lib/v20230901/models.rb', line 2434 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2440 2441 2442 |
# File 'lib/v20230901/models.rb', line 2440 def deserialize(params) @RequestId = params['RequestId'] end |