class Google::Apis::DisplayvideoV3::ContentGenreTargetingOptionDetails

TARGETING_TYPE_CONTENT_GENRE`.
content_genre_details field when targeting_type is ‘
Represents a targetable content genre. This will be populated in the

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
end