$YoutubeVideoAssignedTargetingOptionDetails constructor

$YoutubeVideoAssignedTargetingOptionDetails({
  1. bool? negative,
  2. String? videoId,
})

Implementation

$YoutubeVideoAssignedTargetingOptionDetails({
  this.negative,
  this.videoId,
});