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

Settings that control what YouTube related inventories the YouTube and Partners line item will target.

Attributes

  • includeGoogleTv (type: boolean(), default: nil) - Optional. Whether to target inventory in video apps available with Google TV.
  • includeYoutube (type: boolean(), default: nil) - Optional. Whether to target inventory on YouTube. This includes both search, channels and videos.
  • includeYoutubeVideoPartners (type: boolean(), default: nil) - Whether to target inventory on a collection of partner sites and apps that follow the same brand safety standards as YouTube.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.YoutubeAndPartnersInventorySourceConfig{
  includeGoogleTv: boolean() | nil,
  includeYoutube: boolean() | nil,
  includeYoutubeVideoPartners: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.