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.
6032 6033 6034 6035 6036 6037 |
# File 'lib/v20201201/models.rb', line 6032 def initialize(groupname=nil, groupid=nil, groupdescribe=nil, newparentid=nil) @GroupName = groupname @GroupId = groupid @GroupDescribe = groupdescribe @NewParentId = newparentid end |
Instance Attribute Details
#GroupDescribe ⇒ Object
6030 6031 6032 |
# File 'lib/v20201201/models.rb', line 6030 def GroupDescribe @GroupDescribe end |
#GroupId ⇒ Object
6030 6031 6032 |
# File 'lib/v20201201/models.rb', line 6030 def GroupId @GroupId end |
#GroupName ⇒ Object
6030 6031 6032 |
# File 'lib/v20201201/models.rb', line 6030 def GroupName @GroupName end |
#NewParentId ⇒ Object
6030 6031 6032 |
# File 'lib/v20201201/models.rb', line 6030 def NewParentId @NewParentId end |
Instance Method Details
#deserialize(params) ⇒ Object
6039 6040 6041 6042 6043 6044 |
# File 'lib/v20201201/models.rb', line 6039 def deserialize(params) @GroupName = params['GroupName'] @GroupId = params['GroupId'] @GroupDescribe = params['GroupDescribe'] @NewParentId = params['NewParentId'] end |