Class: TencentCloud::Iss::V20230517::DeleteGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DeleteGatewayResponse
- Defined in:
- lib/v20230517/models.rb
Overview
DeleteGateway返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteGatewayResponse
constructor
A new instance of DeleteGatewayResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteGatewayResponse
Returns a new instance of DeleteGatewayResponse.
2037 2038 2039 |
# File 'lib/v20230517/models.rb', line 2037 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2035 2036 2037 |
# File 'lib/v20230517/models.rb', line 2035 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2041 2042 2043 |
# File 'lib/v20230517/models.rb', line 2041 def deserialize(params) @RequestId = params['RequestId'] end |