class Google::Apis::DisplayvideoV3::ContentGenreAssignedTargetingOptionDetails
supported. Remove all content genre targeting options to achieve this effect.
TARGETING_TYPE_CONTENT_GENRE`. Explicitly targeting all options is not
the content_genre_details field when targeting_type is ‘
Details for content genre assigned targeting option. This will be populated in
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @negative = args[:negative] if args.key?(:negative) @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id) end