AppsPeopleOzExternalMergedpeopleapiLocation

AI Overview😉

  • The potential purpose of this module is to provide location-based information about individuals, such as their workplace, desk location, and other related details. This module seems to be focused on collecting and organizing data about people's physical locations.
  • This module could impact search results by allowing Google to better understand the physical context of a search query. For example, if a user searches for "restaurants near my office", Google could use this module to identify the user's office location and provide more relevant results. It could also be used to improve local search results, such as finding the nearest coffee shop or doctor's office.
  • A website may change things to be more favorable for this function by providing clear and structured location-based information about individuals, such as employees or team members. This could include providing building names, floor numbers, and desk codes, as well as keeping this information up-to-date. Additionally, websites could use schema markup to provide Google with explicit location-based data, making it easier for the search engine to understand and utilize this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • buildingId (type: String.t, default: nil) -
  • buildingName (type: String.t, default: nil) - The building_name field is only filled if the DESK_LOCATION_ADDITIONAL_DATA extension is active.
  • current (type: boolean(), default: nil) -
  • deskCode (type: String.t, default: nil) - Most specific textual description of individual desk location.
  • floorName (type: String.t, default: nil) -
  • floorSection (type: String.t, default: nil) -
  • lastUpdateTime (type: DateTime.t, default: nil) - Indicates the time this location was added or last edited.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • source (type: String.t, default: nil) - Value indicates the origin of this location information.
  • type (type: String.t, default: nil) - Describes the type of location. E.g. Grew_up, Desk. Corresponds to FBS backend.proto Location.StandardTag
  • value (type: String.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiLocation{
    buildingId: String.t() | nil,
    buildingName: String.t() | nil,
    current: boolean() | nil,
    deskCode: String.t() | nil,
    floorName: String.t() | nil,
    floorSection: String.t() | nil,
    lastUpdateTime: DateTime.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    source: String.t() | nil,
    type: String.t() | nil,
    value: 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.