Class: TencentCloud::Weilingwith::V20230427::DeleteDeviceGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DeleteDeviceGroupResponse
- Defined in:
- lib/v20230427/models.rb
Overview
DeleteDeviceGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DeleteDeviceGroupResponse
constructor
A new instance of DeleteDeviceGroupResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DeleteDeviceGroupResponse
Returns a new instance of DeleteDeviceGroupResponse.
1708 1709 1710 1711 |
# File 'lib/v20230427/models.rb', line 1708 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1706 1707 1708 |
# File 'lib/v20230427/models.rb', line 1706 def RequestId @RequestId end |
#Result ⇒ Object
1706 1707 1708 |
# File 'lib/v20230427/models.rb', line 1706 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
1713 1714 1715 1716 1717 1718 1719 |
# File 'lib/v20230427/models.rb', line 1713 def deserialize(params) unless params['Result'].nil? @Result = EmptyRes.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |