Class: TencentCloud::Iecp::V20210914::ModifyConfigMapResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::ModifyConfigMapResponse
- Defined in:
- lib/v20210914/models.rb
Overview
ModifyConfigMap返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyConfigMapResponse
constructor
A new instance of ModifyConfigMapResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyConfigMapResponse
Returns a new instance of ModifyConfigMapResponse.
5166 5167 5168 |
# File 'lib/v20210914/models.rb', line 5166 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5164 5165 5166 |
# File 'lib/v20210914/models.rb', line 5164 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5170 5171 5172 |
# File 'lib/v20210914/models.rb', line 5170 def deserialize(params) @RequestId = params['RequestId'] end |