GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion (google_api_you_tube v0.38.0) View Source

A single tag suggestion with it's relevance information.

Attributes

  • categoryRestricts (type: list(String.t), default: nil) - A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
  • tag (type: String.t, default: nil) - The keyword tag suggested for the video.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion{
  categoryRestricts: [String.t()] | nil,
  tag: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.