Class: TencentCloud::Lcic::V20220817::DeleteGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DeleteGroupResponse
- Defined in:
- lib/v20220817/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.
1287 1288 1289 |
# File 'lib/v20220817/models.rb', line 1287 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1285 1286 1287 |
# File 'lib/v20220817/models.rb', line 1285 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1291 1292 1293 |
# File 'lib/v20220817/models.rb', line 1291 def deserialize(params) @RequestId = params['RequestId'] end |