Class: Google::Apis::DisplayvideoV3::ContentThemeTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Represents a targetable content theme. This will be populated in the content_theme_details field of the TargetingOption when targeting_type is TARGETING_TYPE_CONTENT_THEME_EXCLUSION.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContentThemeTargetingOptionDetails

Returns a new instance of ContentThemeTargetingOptionDetails.



4843
4844
4845
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4843

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

Instance Attribute Details

#content_themeString

Output only. An enum for the DV360 content theme content classifier. Corresponds to the JSON property contentTheme

Returns:

  • (String)


4841
4842
4843
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4841

def content_theme
  @content_theme
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4848
4849
4850
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4848

def update!(**args)
  @content_theme = args[:content_theme] if args.key?(:content_theme)
end