Class: TencentCloud::Bh::V20230418::DeleteDeviceGroupsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::DeleteDeviceGroupsResponse
- Defined in:
- lib/v20230418/models.rb
Overview
DeleteDeviceGroups返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteDeviceGroupsResponse
constructor
A new instance of DeleteDeviceGroupsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteDeviceGroupsResponse
Returns a new instance of DeleteDeviceGroupsResponse.
2008 2009 2010 |
# File 'lib/v20230418/models.rb', line 2008 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2006 2007 2008 |
# File 'lib/v20230418/models.rb', line 2006 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2012 2013 2014 |
# File 'lib/v20230418/models.rb', line 2012 def deserialize(params) @RequestId = params['RequestId'] end |