YoutubeAndPartnersInventorySourceConfig.fromJson constructor
YoutubeAndPartnersInventorySourceConfig.fromJson(
- Map json_
Implementation
YoutubeAndPartnersInventorySourceConfig.fromJson(core.Map json_)
: this(
includeGoogleTv: json_['includeGoogleTv'] as core.bool?,
includeYoutubeSearch: json_['includeYoutubeSearch'] as core.bool?,
includeYoutubeVideoPartners:
json_['includeYoutubeVideoPartners'] as core.bool?,
includeYoutubeVideos: json_['includeYoutubeVideos'] as core.bool?,
);