google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ActivityContentDetailsRecommendation View Source

Information that identifies the recommended resource.

Attributes

  • reason (String.t): The reason that the resource is recommended to the user. Defaults to: null.

    • Enum - one of [unspecified, videoFavorited, videoLiked, videoWatched]
  • resourceId (ResourceId): The resourceId object contains information that identifies the recommended resource. Defaults to: null.
  • seedResourceId (ResourceId): The seedResourceId object contains information about the resource that caused the recommendation. Defaults to: null.

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.ActivityContentDetailsRecommendation{
  reason: any(),
  resourceId: GoogleApi.YouTube.V3.Model.ResourceId.t(),
  seedResourceId: GoogleApi.YouTube.V3.Model.ResourceId.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.