Class: TencentCloud::Iotvideoindustry::V20201201::UpdateDeviceGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::UpdateDeviceGroupRequest
- Defined in:
- lib/v20201201/models.rb
Overview
UpdateDeviceGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, groupid = nil, groupdescribe = nil, newparentid = nil) ⇒ UpdateDeviceGroupRequest
constructor
A new instance of UpdateDeviceGroupRequest.
Constructor Details
#initialize(groupname = nil, groupid = nil, groupdescribe = nil, newparentid = nil) ⇒ UpdateDeviceGroupRequest
Returns a new instance of UpdateDeviceGroupRequest.
6254 6255 6256 6257 6258 6259 |
# File 'lib/v20201201/models.rb', line 6254 def initialize(groupname=nil, groupid=nil, groupdescribe=nil, newparentid=nil) @GroupName = groupname @GroupId = groupid @GroupDescribe = groupdescribe @NewParentId = newparentid end |
Instance Attribute Details
#GroupDescribe ⇒ Object
6252 6253 6254 |
# File 'lib/v20201201/models.rb', line 6252 def GroupDescribe @GroupDescribe end |
#GroupId ⇒ Object
6252 6253 6254 |
# File 'lib/v20201201/models.rb', line 6252 def GroupId @GroupId end |
#GroupName ⇒ Object
6252 6253 6254 |
# File 'lib/v20201201/models.rb', line 6252 def GroupName @GroupName end |
#NewParentId ⇒ Object
6252 6253 6254 |
# File 'lib/v20201201/models.rb', line 6252 def NewParentId @NewParentId end |
Instance Method Details
#deserialize(params) ⇒ Object
6261 6262 6263 6264 6265 6266 |
# File 'lib/v20201201/models.rb', line 6261 def deserialize(params) @GroupName = params['GroupName'] @GroupId = params['GroupId'] @GroupDescribe = params['GroupDescribe'] @NewParentId = params['NewParentId'] end |