AssistantApiCoreTypesCastAppInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to Google Cast, a technology that allows users to stream content from their devices to TVs or speakers. The module seems to provide information about the Cast app and the content app involved in a casting session.
  • Impact on search results: This module may impact search results by influencing the ranking of websites that provide Cast-compatible content. It may also affect the search results for queries related to Google Cast or Chromecast. The module may help Google understand the relationship between devices, Cast apps, and content providers, which could lead to more relevant search results for users searching for Cast-related content.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about its Cast app and content app IDs. This could involve including metadata in the website's code or providing documentation about how to use the website's content with Google Cast. Additionally, websites that provide Cast-compatible content may want to optimize their content for search queries related to Google Cast or Chromecast.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The cast app information of the provider.

Attributes

  • castAppId (type: String.t, default: nil) - The cast app id. |cast_app_id| is the ID of the cast app used on the current device and |content_app_id| is the ID of the app that provides the actual content. For example, in a group playback, on a follower device, the |cast_app_id| is the follower cast app ID and the |content_app_id| is the leader cast app ID.
  • contentAppId (type: String.t, default: nil) - The id of the cast app that provides the content in a group. The field will always be filled. In the case of a group playback and the current device is a follower, the |cast_app_id| has the ID of the follower app, and |content_app_id| has ID of the actual content app. In all other cases, |content_app_id| and |cast_app_id| will be the same.

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.AssistantApiCoreTypesCastAppInfo{
  castAppId: String.t() | nil,
  contentAppId: 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.