Class: TencentCloud::Iotexplorer::V20190423::FenceBindDeviceItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::FenceBindDeviceItem
- Defined in:
- lib/v20190423/models.rb
Overview
围栏绑定的设备信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devicename = nil, alertcondition = nil, fenceenable = nil, method = nil) ⇒ FenceBindDeviceItem
constructor
A new instance of FenceBindDeviceItem.
Constructor Details
#initialize(devicename = nil, alertcondition = nil, fenceenable = nil, method = nil) ⇒ FenceBindDeviceItem
Returns a new instance of FenceBindDeviceItem.
7935 7936 7937 7938 7939 7940 |
# File 'lib/v20190423/models.rb', line 7935 def initialize(devicename=nil, alertcondition=nil, fenceenable=nil, method=nil) @DeviceName = devicename @AlertCondition = alertcondition @FenceEnable = fenceenable @Method = method end |
Instance Attribute Details
#AlertCondition ⇒ Object
7933 7934 7935 |
# File 'lib/v20190423/models.rb', line 7933 def AlertCondition @AlertCondition end |
#DeviceName ⇒ Object
7933 7934 7935 |
# File 'lib/v20190423/models.rb', line 7933 def DeviceName @DeviceName end |
#FenceEnable ⇒ Object
7933 7934 7935 |
# File 'lib/v20190423/models.rb', line 7933 def FenceEnable @FenceEnable end |
#Method ⇒ Object
7933 7934 7935 |
# File 'lib/v20190423/models.rb', line 7933 def Method @Method end |
Instance Method Details
#deserialize(params) ⇒ Object
7942 7943 7944 7945 7946 7947 |
# File 'lib/v20190423/models.rb', line 7942 def deserialize(params) @DeviceName = params['DeviceName'] @AlertCondition = params['AlertCondition'] @FenceEnable = params['FenceEnable'] @Method = params['Method'] end |