YoutubeAndPartnersInventorySourceConfig class
Settings that control what YouTube related inventories the YouTube and Partners line item will target.
Constructors
- YoutubeAndPartnersInventorySourceConfig({bool? includeGoogleTv, bool? includeYoutube, bool? includeYoutubeVideoPartners})
- 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
- includeYoutube ↔ bool?
-
Whether to target inventory on YouTube.
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
- 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