Class: TencentCloud::Mna::V20210119::DeleteGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::DeleteGroupResponse
- Defined in:
- lib/v20210119/models.rb
Overview
DeleteGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteGroupResponse
constructor
A new instance of DeleteGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteGroupResponse
Returns a new instance of DeleteGroupResponse.
461 462 463 |
# File 'lib/v20210119/models.rb', line 461 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
459 460 461 |
# File 'lib/v20210119/models.rb', line 459 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
465 466 467 |
# File 'lib/v20210119/models.rb', line 465 def deserialize(params) @RequestId = params['RequestId'] end |