Class: TencentCloud::Weilingwith::V20230427::SaveDeviceGroupRes
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::SaveDeviceGroupRes
- Defined in:
- lib/v20230427/models.rb
Overview
保存or修改设备分组回包
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil) ⇒ SaveDeviceGroupRes
constructor
A new instance of SaveDeviceGroupRes.
Constructor Details
#initialize(id = nil) ⇒ SaveDeviceGroupRes
Returns a new instance of SaveDeviceGroupRes.
6776 6777 6778 |
# File 'lib/v20230427/models.rb', line 6776 def initialize(id=nil) @Id = id end |
Instance Attribute Details
#Id ⇒ Object
6774 6775 6776 |
# File 'lib/v20230427/models.rb', line 6774 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
6780 6781 6782 |
# File 'lib/v20230427/models.rb', line 6780 def deserialize(params) @Id = params['Id'] end |