QualityActionsReminderRecurrenceInfo

AI Overview😉

  • The potential purpose of this module is to manage and track recurring reminders or notifications related to quality actions within the Google Search algorithm. It seems to be focused on time-based repeating reminders, allowing for the specification of recurrence patterns and identification of recurrence series.
  • This module could impact search results by influencing the ranking or visibility of websites based on their quality and adherence to Google's guidelines. For instance, if a website has recurring quality issues, this module might trigger reminders or notifications to the website owners or Google's quality control team, which could ultimately affect the website's search engine ranking.
  • To be more favorable for this function, a website may focus on maintaining high-quality content, adhering to Google's guidelines and best practices, and addressing any quality issues promptly. This could involve regular content audits, ensuring accuracy and relevance of information, and implementing measures to prevent spam or low-quality content. Additionally, websites may want to ensure they have a clear and transparent content creation and editing process in place.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Recurrence rule for specifying time-based repeating reminders.

Attributes

  • clientId (type: String.t, default: nil) - OPTIONAL. Client-assigned-id for the recurring reminder
  • recurrence (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence.t, default: nil) - The recurrence pattern.
  • recurrenceId (type: String.t, default: nil) - An id which uniquely identifies a recurrence series.
  • serverId (type: String.t, default: nil) - REQUIRED. Server-assigned-id for the recurring reminder

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.QualityActionsReminderRecurrenceInfo{
    clientId: String.t() | nil,
    recurrence:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiRecurrence.t() | nil,
    recurrenceId: String.t() | nil,
    serverId: 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.