Class: TencentCloud::Iecp::V20210914::CreateConfigMapResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::CreateConfigMapResponse
- Defined in:
- lib/v20210914/models.rb
Overview
CreateConfigMap返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateConfigMapResponse
constructor
A new instance of CreateConfigMapResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateConfigMapResponse
Returns a new instance of CreateConfigMapResponse.
447 448 449 |
# File 'lib/v20210914/models.rb', line 447 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
445 446 447 |
# File 'lib/v20210914/models.rb', line 445 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
451 452 453 |
# File 'lib/v20210914/models.rb', line 451 def deserialize(params) @RequestId = params['RequestId'] end |