View Source GoogleApi.DisplayVideo.V3.Model.YoutubeChannelAssignedTargetingOptionDetails (google_api_display_video v0.34.0)

Details for YouTube channel assigned targeting option. This will be populated in the youtube_channel_details field when targeting_type is TARGETING_TYPE_YOUTUBE_CHANNEL.

Attributes

  • channelId (type: String.t, default: nil) - The YouTube uploader channel id or the channel code of a YouTube channel.
  • negative (type: boolean(), default: nil) - Indicates if this option is being negatively targeted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.