Class: TencentCloud::Iotvideoindustry::V20201201::GroupItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GroupItem
- Defined in:
- lib/v20201201/models.rb
Overview
分组信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DeviceNum ⇒ Object
- #ExtraInformation ⇒ Object
- #GroupDescribe ⇒ Object
- #GroupId ⇒ Object
- #GroupName ⇒ Object
- #GroupPath ⇒ Object
- #GroupStatus ⇒ Object
- #GroupType ⇒ Object
- #ParentId ⇒ Object
- #SubGroupNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, parentid = nil, groupid = nil, grouppath = nil, groupdescribe = nil, devicenum = nil, subgroupnum = nil, extrainformation = nil, grouptype = nil, createtime = nil, groupstatus = nil) ⇒ GroupItem
constructor
A new instance of GroupItem.
Constructor Details
#initialize(groupname = nil, parentid = nil, groupid = nil, grouppath = nil, groupdescribe = nil, devicenum = nil, subgroupnum = nil, extrainformation = nil, grouptype = nil, createtime = nil, groupstatus = nil) ⇒ GroupItem
Returns a new instance of GroupItem.
4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 |
# File 'lib/v20201201/models.rb', line 4789 def initialize(groupname=nil, parentid=nil, groupid=nil, grouppath=nil, groupdescribe=nil, devicenum=nil, subgroupnum=nil, extrainformation=nil, grouptype=nil, createtime=nil, groupstatus=nil) @GroupName = groupname @ParentId = parentid @GroupId = groupid @GroupPath = grouppath @GroupDescribe = groupdescribe @DeviceNum = devicenum @SubGroupNum = subgroupnum @ExtraInformation = extrainformation @GroupType = grouptype @CreateTime = createtime @GroupStatus = groupstatus end |
Instance Attribute Details
#CreateTime ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def CreateTime @CreateTime end |
#DeviceNum ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def DeviceNum @DeviceNum end |
#ExtraInformation ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def ExtraInformation @ExtraInformation end |
#GroupDescribe ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupDescribe @GroupDescribe end |
#GroupId ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupId @GroupId end |
#GroupName ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupName @GroupName end |
#GroupPath ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupPath @GroupPath end |
#GroupStatus ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupStatus @GroupStatus end |
#GroupType ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def GroupType @GroupType end |
#ParentId ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def ParentId @ParentId end |
#SubGroupNum ⇒ Object
4787 4788 4789 |
# File 'lib/v20201201/models.rb', line 4787 def SubGroupNum @SubGroupNum end |
Instance Method Details
#deserialize(params) ⇒ Object
4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/v20201201/models.rb', line 4803 def deserialize(params) @GroupName = params['GroupName'] @ParentId = params['ParentId'] @GroupId = params['GroupId'] @GroupPath = params['GroupPath'] @GroupDescribe = params['GroupDescribe'] @DeviceNum = params['DeviceNum'] @SubGroupNum = params['SubGroupNum'] @ExtraInformation = params['ExtraInformation'] @GroupType = params['GroupType'] @CreateTime = params['CreateTime'] @GroupStatus = params['GroupStatus'] end |