struct

RentcastProxy::Models::Property

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

address_line1
Source
address_line1=(address_line1 : String | Nil)
Source
address_line2
Source
address_line2=(address_line2 : String | Nil)
Source
bathrooms
Source
bathrooms=(bathrooms : Float64 | Nil)
Source
bedrooms
Source
bedrooms=(bedrooms : Int32 | Nil)
Source
city
Source
city=(city : String | Nil)
Source
county
Source
county=(county : String | Nil)
Source
features
Source
features=(features : Features | Nil)
Source
formatted_address
Source
formatted_address=(formatted_address : String | Nil)
Source
id=(id : String)
Source
last_sale_date
Source
last_sale_date=(last_sale_date : String | Nil)
Source
last_sale_price
Source
last_sale_price=(last_sale_price : Int32 | Nil)
Source
latitude
Source
latitude=(latitude : Float64 | Nil)
Source
longitude
Source
longitude=(longitude : Float64 | Nil)
Source
lot_size
Source
lot_size=(lot_size : Int32 | Nil)
Source
owner
Source
owner=(owner : Owner | Nil)
Source
property_taxes
Source
property_taxes=(property_taxes : Hash(String, PropertyTax) | Nil)
Source
property_type
Source
property_type=(property_type : String | Nil)
Source
square_footage
Source
square_footage=(square_footage : Int32 | Nil)
Source
state
Source
state=(state : String | Nil)
Source
tax_assessments
Source
tax_assessments=(tax_assessments : Hash(String, TaxAssessment) | Nil)
Source
year_built
Source
year_built=(year_built : Int32 | Nil)
Source
zip_code
Source
zip_code=(zip_code : String | Nil)
Source