Class: TencentCloud::Apigateway::V20180808::EnableApiKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::EnableApiKeyResponse
- Defined in:
- lib/v20180808/models.rb
Overview
EnableApiKey返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ EnableApiKeyResponse
constructor
A new instance of EnableApiKeyResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ EnableApiKeyResponse
Returns a new instance of EnableApiKeyResponse.
6282 6283 6284 6285 |
# File 'lib/v20180808/models.rb', line 6282 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6280 6281 6282 |
# File 'lib/v20180808/models.rb', line 6280 def RequestId @RequestId end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6280 6281 6282 |
# File 'lib/v20180808/models.rb', line 6280 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
6287 6288 6289 6290 |
# File 'lib/v20180808/models.rb', line 6287 def deserialize(params) @Result = params['Result'] @RequestId = params['RequestId'] end |