Class: Google::Apis::DisplayvideoV3::DigitalContentLabelAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::DigitalContentLabelAssignedTargetingOptionDetails
- 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
Targeting details for digital content label. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION
.
Instance Attribute Summary collapse
-
#excluded_content_rating_tier ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DigitalContentLabelAssignedTargetingOptionDetails
constructor
A new instance of DigitalContentLabelAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DigitalContentLabelAssignedTargetingOptionDetails
Returns a new instance of DigitalContentLabelAssignedTargetingOptionDetails.
5400 5401 5402 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5400 def initialize(**args) update!(**args) end |
Instance Attribute Details
#excluded_content_rating_tier ⇒ String
Required. The display name of the digital content label rating tier to be
EXCLUDED.
Corresponds to the JSON property excludedContentRatingTier
5398 5399 5400 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5398 def @excluded_content_rating_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5405 5406 5407 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5405 def update!(**args) @excluded_content_rating_tier = args[:excluded_content_rating_tier] if args.key?(:excluded_content_rating_tier) end |