AssistantApiGuestAccessOutput

AI Overview😉

  • The potential purpose of this module is to determine the access settings for guests on YouTube, specifically whether guest access is enabled or not. This could be used to influence search results by prioritizing content that is accessible to a wider audience.
  • This module could impact search results by promoting videos or content that have guest access enabled on YouTube, potentially leading to more diverse and inclusive search results. It may also demote content that is restricted to specific users or groups.
  • To be more favorable for this function, a website or YouTube channel may want to ensure that their content is accessible to guests, by enabling guest access on their YouTube videos or making their website content publicly available. This could involve reviewing and adjusting their content's access settings to ensure that they are inclusive and accessible to a wider audience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Access settings for guests.

Attributes

  • guestAccessOnYoutube (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.AssistantApiGuestAccessOutput{
  guestAccessOnYoutube: 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.