class Google::Apis::DisplayvideoV1::SensitiveCategoryTargetingOptionDetails

Represents a targetable sensitive category. This will be populated in the sensitive_category_details field of the TargetingOption when targeting_type is `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`.

Attributes

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 8791
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 8796
def update!(**args)
  @sensitive_category = args[:sensitive_category] if args.key?(:sensitive_category)
end