Class: Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::ContentThemeTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/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
-
#content_theme ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContentThemeTargetingOptionDetails
constructor
A new instance of ContentThemeTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContentThemeTargetingOptionDetails
Returns a new instance of ContentThemeTargetingOptionDetails.
5131 5132 5133 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_theme ⇒ String
Output only. An enum for the DV360 content theme content classifier.
Corresponds to the JSON property contentTheme
5129 5130 5131 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5129 def content_theme @content_theme end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5136 5137 5138 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5136 def update!(**args) @content_theme = args[:content_theme] if args.key?(:content_theme) end |