GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion (google_api_you_tube v0.54.0)

View Source

A single tag suggestion with its 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.