View Source GoogleApi.MyBusinessLodging.V1.Model.Property (google_api_my_business_lodging v0.4.0)

General factual information about the property's physical structure and important dates.

Attributes

  • builtYear (type: integer(), default: nil) - Built year. The year that construction of the property was completed.
  • builtYearException (type: String.t, default: nil) - Built year exception.
  • floorsCount (type: integer(), default: nil) - Floors count. The number of stories the building has from the ground floor to the top floor that are accessible to guests.
  • floorsCountException (type: String.t, default: nil) - Floors count exception.
  • lastRenovatedYear (type: integer(), default: nil) - Last renovated year. The year when the most recent renovation of the property was completed. Renovation may include all or any combination of the following: the units, the public spaces, the exterior, or the interior.
  • lastRenovatedYearException (type: String.t, default: nil) - Last renovated year exception.
  • roomsCount (type: integer(), default: nil) - Rooms count. The total number of rooms and suites bookable by guests for an overnight stay. Does not include event space, public spaces, conference rooms, fitness rooms, business centers, spa, salon, restaurants/bars, or shops.
  • roomsCountException (type: String.t, default: nil) - Rooms count exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Property{
  builtYear: integer() | nil,
  builtYearException: String.t() | nil,
  floorsCount: integer() | nil,
  floorsCountException: String.t() | nil,
  lastRenovatedYear: integer() | nil,
  lastRenovatedYearException: String.t() | nil,
  roomsCount: integer() | nil,
  roomsCountException: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.