SocialGraphApiProtoWeeklyRecurrence

AI Overview😉

  • The potential purpose of this module is to analyze and understand recurring patterns or events related to people's social interactions, such as weekly meetings or appointments. This module is likely part of a larger social graph analysis system.
  • This module could impact search results by influencing how Google prioritizes or ranks content related to people, events, or organizations with recurring patterns. For example, if a user searches for a person's name, the search results might prioritize content related to their weekly meetings or appointments.
  • To be more favorable for this function, a website could ensure that their content related to people, events, or organizations includes structured data about recurring patterns, such as weekly meetings or appointments. This could include using schema.org markup or other standardized formats to provide clear and machine-readable information about these patterns.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Pattern for a WEEKLY recurrence. You must specify at least one week_day. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes

  • weekDay (type: list(String.t), default: nil) - Set of weekdays the recurrence applies to.

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.SocialGraphApiProtoWeeklyRecurrence{
  weekDay: [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.