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

Views available from the guest unit itself.

Attributes

  • beachView (type: boolean(), default: nil) - Beach view. A guestroom that features a window through which guests can see the beach.
  • beachViewException (type: String.t, default: nil) - Beach view exception.
  • cityView (type: boolean(), default: nil) - City view. A guestroom that features a window through which guests can see the buildings, parks and/or streets of the city.
  • cityViewException (type: String.t, default: nil) - City view exception.
  • gardenView (type: boolean(), default: nil) - Garden view. A guestroom that features a window through which guests can see a garden.
  • gardenViewException (type: String.t, default: nil) - Garden view exception.
  • lakeView (type: boolean(), default: nil) - Lake view.
  • lakeViewException (type: String.t, default: nil) - Lake view exception.
  • landmarkView (type: boolean(), default: nil) - Landmark view. A guestroom that features a window through which guests can see a landmark such as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a slope.
  • landmarkViewException (type: String.t, default: nil) - Landmark view exception.
  • oceanView (type: boolean(), default: nil) - Ocean view. A guestroom that features a window through which guests can see the ocean.
  • oceanViewException (type: String.t, default: nil) - Ocean view exception.
  • poolView (type: boolean(), default: nil) - Pool view. A guestroom that features a window through which guests can see the hotel's swimming pool.
  • poolViewException (type: String.t, default: nil) - Pool view exception.
  • valleyView (type: boolean(), default: nil) - Valley view. A guestroom that features a window through which guests can see over a valley.
  • valleyViewException (type: String.t, default: nil) - Valley view exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.ViewsFromUnit{
  beachView: boolean() | nil,
  beachViewException: String.t() | nil,
  cityView: boolean() | nil,
  cityViewException: String.t() | nil,
  gardenView: boolean() | nil,
  gardenViewException: String.t() | nil,
  lakeView: boolean() | nil,
  lakeViewException: String.t() | nil,
  landmarkView: boolean() | nil,
  landmarkViewException: String.t() | nil,
  oceanView: boolean() | nil,
  oceanViewException: String.t() | nil,
  poolView: boolean() | nil,
  poolViewException: String.t() | nil,
  valleyView: boolean() | nil,
  valleyViewException: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.