class Google::Apis::DisplayvideoV1::SensitiveCategoryAssignedTargetingOptionDetails

Targeting details for sensitive category. This will be populated in the details field of an AssignedTargetingOption when targeting_type is ` TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`.

Attributes

excluded_targeting_option_id[RW]

Required. ID of the sensitive category to be EXCLUDED. Corresponds to the JSON property `excludedTargetingOptionId` @return [String]

sensitive_category[RW]

Output only. An enum for the DV360 Sensitive category content classifier. Corresponds to the JSON property `sensitiveCategory` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8769
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 8774
def update!(**args)
  @excluded_targeting_option_id = args[:excluded_targeting_option_id] if args.key?(:excluded_targeting_option_id)
  @sensitive_category = args[:sensitive_category] if args.key?(:sensitive_category)
end