Class: TencentCloud::Teo::V20220901::RefreshMultiPathGatewaySecretKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::RefreshMultiPathGatewaySecretKeyResponse
- Defined in:
- lib/v20220901/models.rb
Overview
RefreshMultiPathGatewaySecretKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretkey = nil, requestid = nil) ⇒ RefreshMultiPathGatewaySecretKeyResponse
constructor
A new instance of RefreshMultiPathGatewaySecretKeyResponse.
Constructor Details
#initialize(secretkey = nil, requestid = nil) ⇒ RefreshMultiPathGatewaySecretKeyResponse
Returns a new instance of RefreshMultiPathGatewaySecretKeyResponse.
19957 19958 19959 19960 |
# File 'lib/v20220901/models.rb', line 19957 def initialize(secretkey=nil, requestid=nil) @SecretKey = secretkey @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
19955 19956 19957 |
# File 'lib/v20220901/models.rb', line 19955 def RequestId @RequestId end |
#SecretKey ⇒ Object
19955 19956 19957 |
# File 'lib/v20220901/models.rb', line 19955 def SecretKey @SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
19962 19963 19964 19965 |
# File 'lib/v20220901/models.rb', line 19962 def deserialize(params) @SecretKey = params['SecretKey'] @RequestId = params['RequestId'] end |