Class: TencentCloud::Teo::V20220901::ModifyMultiPathGatewaySecretKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::ModifyMultiPathGatewaySecretKeyResponse
- Defined in:
- lib/v20220901/models.rb
Overview
ModifyMultiPathGatewaySecretKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyMultiPathGatewaySecretKeyResponse
constructor
A new instance of ModifyMultiPathGatewaySecretKeyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyMultiPathGatewaySecretKeyResponse
Returns a new instance of ModifyMultiPathGatewaySecretKeyResponse.
16666 16667 16668 |
# File 'lib/v20220901/models.rb', line 16666 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16664 16665 16666 |
# File 'lib/v20220901/models.rb', line 16664 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16670 16671 16672 |
# File 'lib/v20220901/models.rb', line 16670 def deserialize(params) @RequestId = params['RequestId'] end |