Class: TencentCloud::Weilingwith::V20230427::DeviceSpaceInfoRes
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DeviceSpaceInfoRes
- Defined in:
- lib/v20230427/models.rb
Overview
设备挂接的空间信息
Instance Attribute Summary collapse
- #BottomHeight ⇒ Object
- #BuildingId ⇒ Object
- #ElementId ⇒ Object
- #ElementName ⇒ Object
- #EntityType ⇒ Object
- #Level ⇒ Object
- #SpaceCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildingid = nil, elementid = nil, entitytype = nil, elementname = nil, level = nil, bottomheight = nil, spacecode = nil) ⇒ DeviceSpaceInfoRes
constructor
A new instance of DeviceSpaceInfoRes.
Constructor Details
#initialize(buildingid = nil, elementid = nil, entitytype = nil, elementname = nil, level = nil, bottomheight = nil, spacecode = nil) ⇒ DeviceSpaceInfoRes
Returns a new instance of DeviceSpaceInfoRes.
4975 4976 4977 4978 4979 4980 4981 4982 4983 |
# File 'lib/v20230427/models.rb', line 4975 def initialize(buildingid=nil, elementid=nil, entitytype=nil, elementname=nil, level=nil, bottomheight=nil, spacecode=nil) @BuildingId = buildingid @ElementId = elementid @EntityType = entitytype @ElementName = elementname @Level = level @BottomHeight = bottomheight @SpaceCode = spacecode end |
Instance Attribute Details
#BottomHeight ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def BottomHeight @BottomHeight end |
#BuildingId ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def BuildingId @BuildingId end |
#ElementId ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def ElementId @ElementId end |
#ElementName ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def ElementName @ElementName end |
#EntityType ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def EntityType @EntityType end |
#Level ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def Level @Level end |
#SpaceCode ⇒ Object
4973 4974 4975 |
# File 'lib/v20230427/models.rb', line 4973 def SpaceCode @SpaceCode end |
Instance Method Details
#deserialize(params) ⇒ Object
4985 4986 4987 4988 4989 4990 4991 4992 4993 |
# File 'lib/v20230427/models.rb', line 4985 def deserialize(params) @BuildingId = params['BuildingId'] @ElementId = params['ElementId'] @EntityType = params['EntityType'] @ElementName = params['ElementName'] @Level = params['Level'] @BottomHeight = params['BottomHeight'] @SpaceCode = params['SpaceCode'] end |