Class: TencentCloud::Teo::V20220901::DescribeMultiPathGatewaySecretKeyResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

DescribeMultiPathGatewaySecretKey返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#RequestIdObject

Parameters:

  • SecretKey:

    接入密钥。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



9557
9558
9559
# File 'lib/v20220901/models.rb', line 9557

def RequestId
  @RequestId
end

#SecretKeyObject

Parameters:

  • SecretKey:

    接入密钥。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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