AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails

AI Overview😉

  • The potential purpose of this module is to provide Google with detailed information about physical locations, such as rooms, within a building. This information can be used to better understand the context of search queries related to these locations.
  • This module could impact search results by allowing Google to provide more accurate and relevant results for searches related to specific locations. For example, if a user searches for "rooms available in building PR55", Google can use this module to provide a list of available rooms in that building, along with their location details.
  • A website may change things to be more favorable for this function by providing structured data about their physical locations, such as rooms, buildings, and addresses. This can be done by using schema.org markup or other standardized formats to provide location data. Additionally, websites can ensure that their location data is accurate, up-to-date, and easily crawlable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails (google_api_content_warehouse v0.4.0)

Room location details. Read-only, populated on request. Next id: 8

Attributes

  • building (type: String.t, default: nil) - Building where the room is (ex: "PR55").
  • city (type: String.t, default: nil) - City where the room is (ex: "MTV").
  • floor (type: String.t, default: nil) - Floor where the room is (ex: "5").
  • latitude (type: float(), default: nil) - The latitude in degrees.
  • longitude (type: float(), default: nil) - The longitude in degrees.
  • section (type: String.t, default: nil) - Section in the floor (ex: "A").
  • simpleName (type: String.t, default: nil) - Room name (ex: "Shadow 5K0").

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventRoomRoomLocationDetails{
    building: String.t() | nil,
    city: String.t() | nil,
    floor: String.t() | nil,
    latitude: float() | nil,
    longitude: float() | nil,
    section: String.t() | nil,
    simpleName: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.