class Google::Apis::DisplayvideoV3::YoutubeAndPartnersInventorySourceConfig
Partners line item will target.
Settings that control what YouTube related inventories the YouTube and
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @include_google_tv = args[:include_google_tv] if args.key?(:include_google_tv) @include_youtube = args[:include_youtube] if args.key?(:include_youtube) @include_youtube_video_partners = args[:include_youtube_video_partners] if args.key?(:include_youtube_video_partners) end