Class: TencentCloud::Apigateway::V20180808::DeleteApiKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::DeleteApiKeyResponse
- Defined in:
- lib/v20180808/models.rb
Overview
DeleteApiKey返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DeleteApiKeyResponse
constructor
A new instance of DeleteApiKeyResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DeleteApiKeyResponse
Returns a new instance of DeleteApiKeyResponse.
2925 2926 2927 2928 |
# File 'lib/v20180808/models.rb', line 2925 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2923 2924 2925 |
# File 'lib/v20180808/models.rb', line 2923 def RequestId @RequestId end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2923 2924 2925 |
# File 'lib/v20180808/models.rb', line 2923 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
2930 2931 2932 2933 |
# File 'lib/v20180808/models.rb', line 2930 def deserialize(params) @Result = params['Result'] @RequestId = params['RequestId'] end |