AssistantApiSettingsGcmSettings

AI Overview😉

  • The potential purpose of this module is to handle Google Cloud Messaging (GCM) settings for the Assistant API in the Content Warehouse. This module seems to be responsible for storing and managing GCM-related information, such as IDs and package names, which are used for push notifications and other messaging services.
  • This module could impact search results by influencing how the Assistant API interacts with GCM, potentially affecting the ranking or visibility of websites that rely on GCM for push notifications or other messaging services. For example, if a website's GCM settings are not properly configured, it may not receive notifications or updates, which could negatively impact its search engine ranking.
  • To be more favorable for this function, a website could ensure that its GCM settings are properly configured and up-to-date, including verifying its GCM ID and package name. Additionally, the website could optimize its messaging services to work seamlessly with GCM, which could improve its overall user experience and potentially boost its search engine ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • gcmId (type: String.t, default: nil) -
  • gcmPackage (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.AssistantApiSettingsGcmSettings{
  gcmId: String.t() | nil,
  gcmPackage: 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.