Class: TencentCloud::Iss::V20230517::UpgradeGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::UpgradeGatewayResponse
- Defined in:
- lib/v20230517/models.rb
Overview
UpgradeGateway返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpgradeGatewayResponse
constructor
A new instance of UpgradeGatewayResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpgradeGatewayResponse
Returns a new instance of UpgradeGatewayResponse.
8078 8079 8080 |
# File 'lib/v20230517/models.rb', line 8078 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8076 8077 8078 |
# File 'lib/v20230517/models.rb', line 8076 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8082 8083 8084 |
# File 'lib/v20230517/models.rb', line 8082 def deserialize(params) @RequestId = params['RequestId'] end |