Class: TencentCloud::Weilingwith::V20230427::BuildingProfileRes

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

Overview

查询建筑信息响应体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(buildingprofile = nil) ⇒ BuildingProfileRes

Returns a new instance of BuildingProfileRes.



1222
1223
1224
# File 'lib/v20230427/models.rb', line 1222

def initialize(buildingprofile=nil)
  @BuildingProfile = buildingprofile
end

Instance Attribute Details

#BuildingProfileObject

Parameters:

  • BuildingProfile:

    建筑概要信息



1220
1221
1222
# File 'lib/v20230427/models.rb', line 1220

def BuildingProfile
  @BuildingProfile
end

Instance Method Details

#deserialize(params) ⇒ Object



1226
1227
1228
1229
1230
1231
# File 'lib/v20230427/models.rb', line 1226

def deserialize(params)
  unless params['BuildingProfile'].nil?
    @BuildingProfile = BuildingProfile.new
    @BuildingProfile.deserialize(params['BuildingProfile'])
  end
end