Class: TencentCloud::Apigateway::V20180808::DescribeApiKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::DescribeApiKeyResponse
- Defined in:
- lib/v20180808/models.rb
Overview
DescribeApiKey返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DescribeApiKeyResponse
constructor
A new instance of DescribeApiKeyResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DescribeApiKeyResponse
3852 3853 3854 3855 |
# File 'lib/v20180808/models.rb', line 3852 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3850 3851 3852 |
# File 'lib/v20180808/models.rb', line 3850 def RequestId @RequestId end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3850 3851 3852 |
# File 'lib/v20180808/models.rb', line 3850 def Result @Result end |