Class: TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayServiceRateLimitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayServiceRateLimitResponse
- Defined in:
- lib/v20201207/models.rb
Overview
DeleteCloudNativeAPIGatewayServiceRateLimit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCloudNativeAPIGatewayServiceRateLimitResponse
constructor
A new instance of DeleteCloudNativeAPIGatewayServiceRateLimitResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCloudNativeAPIGatewayServiceRateLimitResponse
Returns a new instance of DeleteCloudNativeAPIGatewayServiceRateLimitResponse.
3587 3588 3589 |
# File 'lib/v20201207/models.rb', line 3587 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3585 3586 3587 |
# File 'lib/v20201207/models.rb', line 3585 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3591 3592 3593 |
# File 'lib/v20201207/models.rb', line 3591 def deserialize(params) @RequestId = params['RequestId'] end |