YoutubeAndPartnersInventorySourceConfig class
Settings that control what YouTube related inventories the YouTube and Partners line item will target.
Constructors
- YoutubeAndPartnersInventorySourceConfig({bool? includeGoogleTv, bool? includeYoutubeSearch, bool? includeYoutubeVideoPartners, bool? includeYoutubeVideos})
- YoutubeAndPartnersInventorySourceConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeGoogleTv ↔ bool?
-
Whether to target inventory in video apps available with Google TV.
getter/setter pair
- includeYoutubeSearch ↔ bool?
-
Whether to target inventory on the YouTube search results page.
getter/setter pair
- includeYoutubeVideoPartners ↔ bool?
-
Whether to target inventory on a collection of partner sites and apps that
follow the same brand safety standards as YouTube.
getter/setter pair
- includeYoutubeVideos ↔ bool?
-
Whether to target inventory of channels and videos on YouTube and YouTube
videos embedded on other sites.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited