Class: TencentCloud::Teo::V20220901::DescribeMultiPathGatewaySecretKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::DescribeMultiPathGatewaySecretKeyResponse
- Defined in:
- lib/v20220901/models.rb
Overview
DescribeMultiPathGatewaySecretKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(secretkey = nil, requestid = nil) ⇒ DescribeMultiPathGatewaySecretKeyResponse
constructor
A new instance of DescribeMultiPathGatewaySecretKeyResponse.
Constructor Details
#initialize(secretkey = nil, requestid = nil) ⇒ DescribeMultiPathGatewaySecretKeyResponse
Returns a new instance of DescribeMultiPathGatewaySecretKeyResponse.
9559 9560 9561 9562 |
# File 'lib/v20220901/models.rb', line 9559 def initialize(secretkey=nil, requestid=nil) @SecretKey = secretkey @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9557 9558 9559 |
# File 'lib/v20220901/models.rb', line 9557 def RequestId @RequestId end |
#SecretKey ⇒ Object
9557 9558 9559 |
# File 'lib/v20220901/models.rb', line 9557 def SecretKey @SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
9564 9565 9566 9567 |
# File 'lib/v20220901/models.rb', line 9564 def deserialize(params) @SecretKey = params['SecretKey'] @RequestId = params['RequestId'] end |