Class: TencentCloud::Apigateway::V20180808::CreatePluginResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apigateway::V20180808::CreatePluginResponse
- Defined in:
- lib/v20180808/models.rb
Overview
CreatePlugin返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ CreatePluginResponse
constructor
A new instance of CreatePluginResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ CreatePluginResponse
Returns a new instance of CreatePluginResponse.
2536 2537 2538 2539 |
# File 'lib/v20180808/models.rb', line 2536 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2534 2535 2536 |
# File 'lib/v20180808/models.rb', line 2534 def RequestId @RequestId end |
#Result ⇒ Object
2534 2535 2536 |
# File 'lib/v20180808/models.rb', line 2534 def Result @Result end |