Class: TencentCloud::Tse::V20201207::ModifyCloudNativeAPIGatewayServiceRateLimitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::ModifyCloudNativeAPIGatewayServiceRateLimitResponse
- Defined in:
- lib/v20201207/models.rb
Overview
ModifyCloudNativeAPIGatewayServiceRateLimit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyCloudNativeAPIGatewayServiceRateLimitResponse
constructor
A new instance of ModifyCloudNativeAPIGatewayServiceRateLimitResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyCloudNativeAPIGatewayServiceRateLimitResponse
Returns a new instance of ModifyCloudNativeAPIGatewayServiceRateLimitResponse.
9967 9968 9969 |
# File 'lib/v20201207/models.rb', line 9967 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9965 9966 9967 |
# File 'lib/v20201207/models.rb', line 9965 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9971 9972 9973 |
# File 'lib/v20201207/models.rb', line 9971 def deserialize(params) @RequestId = params['RequestId'] end |