google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.