class Google::Apis::DisplayvideoV3::AppCategoryAssignedTargetingOptionDetails

targeting_type is ‘TARGETING_TYPE_APP_CATEGORY`.
the app_category_details field of an AssignedTargetingOption when
Details for assigned app category targeting option. This will be populated in

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)
  @negative = args[:negative] if args.key?(:negative)
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
end