GoogleInternalAppsWaldoV1alphaAvailabilityPeriod

AI Overview😉

  • The potential purpose of this module is to understand the working hours or availability of a user or a business, specifically the days of the week and the time periods during which they are available. This information can be used to provide more relevant and timely search results.
  • This module could impact search results by allowing Google to prioritize results from businesses or users that are currently available or have matching availability with the searcher's query. For example, if a user searches for a service during a specific time period, Google may prioritize results from providers that are available during that time. This could lead to more relevant and timely search results.
  • To be more favorable for this function, a website may want to provide clear and structured information about their business hours, including the days of the week and specific time periods during which they are available. This information can be provided through schema markup, meta tags, or other forms of structured data. Additionally, websites may want to ensure that their hours of operation are up-to-date and accurately reflected across all online platforms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the information about user's working hours during one day. Note that a period on Monday from 18:00 - 00:00 is represented as a triplet (1, 1080, 1440).

Attributes

  • dayOfWeek (type: integer(), default: nil) - Day of week, 0 for Sunday, 1 for Monday, ...
  • periodEndMinutes (type: integer(), default: nil) - Period end, in minutes from the start of the day, exclusive.
  • periodStartMinutes (type: integer(), default: nil) - Period start, in minutes from the start of the day, inclusive.

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.GoogleInternalAppsWaldoV1alphaAvailabilityPeriod{
    dayOfWeek: integer() | nil,
    periodEndMinutes: integer() | nil,
    periodStartMinutes: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.