Class: TencentCloud::Cls::V20201016::ModifyIndexResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::ModifyIndexResponse
- Defined in:
- lib/v20201016/models.rb
Overview
ModifyIndex返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyIndexResponse
constructor
A new instance of ModifyIndexResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyIndexResponse
Returns a new instance of ModifyIndexResponse.
14483 14484 14485 |
# File 'lib/v20201016/models.rb', line 14483 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14481 14482 14483 |
# File 'lib/v20201016/models.rb', line 14481 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14487 14488 14489 |
# File 'lib/v20201016/models.rb', line 14487 def deserialize(params) @RequestId = params['RequestId'] end |