Class: TencentCloud::Iotexplorer::V20190423::DirectBindDeviceInFamilyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DirectBindDeviceInFamilyRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DirectBindDeviceInFamily请求参数结构体
Instance Attribute Summary collapse
- #DeviceName ⇒ Object
- #FamilyId ⇒ Object
- #IotAppID ⇒ Object
- #ProductId ⇒ Object
- #RoomId ⇒ Object
- #UserID ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(iotappid = nil, userid = nil, familyid = nil, productid = nil, devicename = nil, roomid = nil) ⇒ DirectBindDeviceInFamilyRequest
constructor
A new instance of DirectBindDeviceInFamilyRequest.
Constructor Details
#initialize(iotappid = nil, userid = nil, familyid = nil, productid = nil, devicename = nil, roomid = nil) ⇒ DirectBindDeviceInFamilyRequest
Returns a new instance of DirectBindDeviceInFamilyRequest.
7684 7685 7686 7687 7688 7689 7690 7691 |
# File 'lib/v20190423/models.rb', line 7684 def initialize(iotappid=nil, userid=nil, familyid=nil, productid=nil, devicename=nil, roomid=nil) @IotAppID = iotappid @UserID = userid @FamilyId = familyid @ProductId = productid @DeviceName = devicename @RoomId = roomid end |
Instance Attribute Details
#DeviceName ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def DeviceName @DeviceName end |
#FamilyId ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def FamilyId @FamilyId end |
#IotAppID ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def IotAppID @IotAppID end |
#ProductId ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def ProductId @ProductId end |
#RoomId ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def RoomId @RoomId end |
#UserID ⇒ Object
7682 7683 7684 |
# File 'lib/v20190423/models.rb', line 7682 def UserID @UserID end |
Instance Method Details
#deserialize(params) ⇒ Object
7693 7694 7695 7696 7697 7698 7699 7700 |
# File 'lib/v20190423/models.rb', line 7693 def deserialize(params) @IotAppID = params['IotAppID'] @UserID = params['UserID'] @FamilyId = params['FamilyId'] @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @RoomId = params['RoomId'] end |