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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.