Class: TencentCloud::Iotexplorer::V20190423::FamilySubDevice
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::FamilySubDevice
- Defined in:
- lib/v20190423/models.rb
Overview
子设备详情
Instance Attribute Summary collapse
- #AliasName ⇒ Object
- #CreateTime ⇒ Object
- #DeviceId ⇒ Object
- #DeviceName ⇒ Object
- #FamilyId ⇒ Object
- #IconUrl ⇒ Object
- #IconUrlGrid ⇒ Object
- #ProductId ⇒ Object
- #RoomId ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, deviceid = nil, aliasname = nil, familyid = nil, roomid = nil, iconurl = nil, iconurlgrid = nil, createtime = nil, updatetime = nil) ⇒ FamilySubDevice
constructor
A new instance of FamilySubDevice.
Constructor Details
#initialize(productid = nil, devicename = nil, deviceid = nil, aliasname = nil, familyid = nil, roomid = nil, iconurl = nil, iconurlgrid = nil, createtime = nil, updatetime = nil) ⇒ FamilySubDevice
Returns a new instance of FamilySubDevice.
7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 |
# File 'lib/v20190423/models.rb', line 7871 def initialize(productid=nil, devicename=nil, deviceid=nil, aliasname=nil, familyid=nil, roomid=nil, iconurl=nil, iconurlgrid=nil, createtime=nil, updatetime=nil) @ProductId = productid @DeviceName = devicename @DeviceId = deviceid @AliasName = aliasname @FamilyId = familyid @RoomId = roomid @IconUrl = iconurl @IconUrlGrid = iconurlgrid @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#AliasName ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def AliasName @AliasName end |
#CreateTime ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def CreateTime @CreateTime end |
#DeviceId ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def DeviceName @DeviceName end |
#FamilyId ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def FamilyId @FamilyId end |
#IconUrl ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def IconUrl @IconUrl end |
#IconUrlGrid ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def IconUrlGrid @IconUrlGrid end |
#ProductId ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def ProductId @ProductId end |
#RoomId ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def RoomId @RoomId end |
#UpdateTime ⇒ Object
7869 7870 7871 |
# File 'lib/v20190423/models.rb', line 7869 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 |
# File 'lib/v20190423/models.rb', line 7884 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @DeviceId = params['DeviceId'] @AliasName = params['AliasName'] @FamilyId = params['FamilyId'] @RoomId = params['RoomId'] @IconUrl = params['IconUrl'] @IconUrlGrid = params['IconUrlGrid'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |