Class: TencentCloud::Bda::V20200324::DeleteGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::DeleteGroupResponse
- Defined in:
- lib/v20200324/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.
562 563 564 |
# File 'lib/v20200324/models.rb', line 562 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
560 561 562 |
# File 'lib/v20200324/models.rb', line 560 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
566 567 568 |
# File 'lib/v20200324/models.rb', line 566 def deserialize(params) @RequestId = params['RequestId'] end |