View Source GoogleApi.DisplayVideo.V3.Model.YoutubeVideoAssignedTargetingOptionDetails (google_api_display_video v0.36.0)

Details for YouTube video assigned targeting option. This will be populated in the youtube_video_details field when targeting_type is TARGETING_TYPE_YOUTUBE_VIDEO.

Attributes

  • negative (type: boolean(), default: nil) - Indicates if this option is being negatively targeted.
  • videoId (type: String.t, default: nil) - YouTube video id as it appears on the YouTube watch page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V3.Model.YoutubeVideoAssignedTargetingOptionDetails{
    negative: boolean() | nil,
    videoId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.