class Google::Apis::DisplayvideoV1::DigitalContentLabelAssignedTargetingOptionDetails
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`.
Attributes
content_rating_tier[RW]
Output only. The display name of the digital content label rating tier. Corresponds to the JSON property `contentRatingTier` @return [String]
excluded_targeting_option_id[RW]
Required. ID of the digital content label to be EXCLUDED. Corresponds to the JSON property `excludedTargetingOptionId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 3841 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 3846 def update!(**args) @content_rating_tier = args[:content_rating_tier] if args.key?(:content_rating_tier) @excluded_targeting_option_id = args[:excluded_targeting_option_id] if args.key?(:excluded_targeting_option_id) end