View Source GoogleApi.MyBusinessLodging.V1.Model.Business (google_api_my_business_lodging v0.3.0)

Features of the property of specific interest to the business traveler.

Attributes

  • businessCenter (type: boolean(), default: nil) - Business center. A designated room at the hotel with one or more desks and equipped with guest-use computers, printers, fax machines and/or photocopiers. May or may not be open 24/7. May or may not require a key to access. Not a meeting room or conference room.
  • businessCenterException (type: String.t, default: nil) - Business center exception.
  • meetingRooms (type: boolean(), default: nil) - Meeting rooms. Rooms at the hotel designated for business-related gatherings. Rooms are usually equipped with tables or desks, office chairs and audio/visual facilities to allow for presentations and conference calls. Also known as conference rooms.
  • meetingRoomsCount (type: integer(), default: nil) - Meeting rooms count. The number of meeting rooms at the property.
  • meetingRoomsCountException (type: String.t, default: nil) - Meeting rooms count exception.
  • meetingRoomsException (type: String.t, default: nil) - Meeting rooms exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.Business{
  businessCenter: boolean() | nil,
  businessCenterException: String.t() | nil,
  meetingRooms: boolean() | nil,
  meetingRoomsCount: integer() | nil,
  meetingRoomsCountException: String.t() | nil,
  meetingRoomsException: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.