Class: TencentCloud::Iai::V20180301::DeleteGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20180301::DeleteGroupResponse
- Defined in:
- lib/v20180301/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.
761 762 763 |
# File 'lib/v20180301/models.rb', line 761 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
759 760 761 |
# File 'lib/v20180301/models.rb', line 759 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
765 766 767 |
# File 'lib/v20180301/models.rb', line 765 def deserialize(params) @RequestId = params['RequestId'] end |