Class: Google::Apis::DisplayvideoV2::DigitalContentLabelAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::DigitalContentLabelAssignedTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/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.
4720 4721 4722 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 4720 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
4718 4719 4720 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 4718 def @excluded_content_rating_tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4725 4726 4727 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 4725 def update!(**args) @excluded_content_rating_tier = args[:excluded_content_rating_tier] if args.key?(:excluded_content_rating_tier) end |