Class: TencentCloud::Weilingwith::V20230427::BuildingProfile

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230427/models.rb

Overview

建筑概要信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AddressObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



1194
1195
1196
# File 'lib/v20230427/models.rb', line 1194

def Address
  @Address
end

#BuildingIdObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



1194
1195
1196
# File 'lib/v20230427/models.rb', line 1194

def BuildingId
  @BuildingId
end

#BuildingNameObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



1194
1195
1196
# File 'lib/v20230427/models.rb', line 1194

def BuildingName
  @BuildingName
end

#LatitudeObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



1194
1195
1196
# File 'lib/v20230427/models.rb', line 1194

def Latitude
  @Latitude
end

#LongitudeObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



1194
1195
1196
# File 'lib/v20230427/models.rb', line 1194

def Longitude
  @Longitude
end

#SpaceCodeObject

Parameters:

  • BuildingId:

    建筑id

  • BuildingName:

    建筑名称

  • SpaceCode:

    空间编码

  • Longitude:

    经度

  • Latitude:

    纬度

  • Address:

    地址



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