Class: TencentCloud::Weilingwith::V20230427::BuildingProfile
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::BuildingProfile
- Defined in:
- lib/v20230427/models.rb
Overview
建筑概要信息
Instance Attribute Summary collapse
- #Address ⇒ Object
- #BuildingId ⇒ Object
- #BuildingName ⇒ Object
- #Latitude ⇒ Object
- #Longitude ⇒ Object
- #SpaceCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildingid = nil, buildingname = nil, spacecode = nil, longitude = nil, latitude = nil, address = nil) ⇒ BuildingProfile
constructor
A new instance of BuildingProfile.
Constructor Details
#initialize(buildingid = nil, buildingname = nil, spacecode = nil, longitude = nil, latitude = nil, address = nil) ⇒ BuildingProfile
Returns a new instance of BuildingProfile.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/v20230427/models.rb', line 1196 def initialize(buildingid=nil, buildingname=nil, spacecode=nil, longitude=nil, latitude=nil, address=nil) @BuildingId = buildingid @BuildingName = buildingname @SpaceCode = spacecode @Longitude = longitude @Latitude = latitude @Address = address end |
Instance Attribute Details
#Address ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def Address @Address end |
#BuildingId ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def BuildingId @BuildingId end |
#BuildingName ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def BuildingName @BuildingName end |
#Latitude ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def Latitude @Latitude end |
#Longitude ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def Longitude @Longitude end |
#SpaceCode ⇒ Object
1194 1195 1196 |
# File 'lib/v20230427/models.rb', line 1194 def SpaceCode @SpaceCode end |
Instance Method Details
#deserialize(params) ⇒ Object
1205 1206 1207 1208 1209 1210 1211 1212 |
# File 'lib/v20230427/models.rb', line 1205 def deserialize(params) @BuildingId = params['BuildingId'] @BuildingName = params['BuildingName'] @SpaceCode = params['SpaceCode'] @Longitude = params['Longitude'] @Latitude = params['Latitude'] @Address = params['Address'] end |