class Google::Apis::DisplayvideoV1::DoubleVerifyAppStarRating
Details of DoubleVerify
star ratings settings.
Attributes
avoid_insufficient_star_rating[RW]
Avoid bidding on apps with insufficient star ratings. Corresponds to the JSON property `avoidInsufficientStarRating` @return [Boolean]
avoid_insufficient_star_rating?[RW]
Avoid bidding on apps with insufficient star ratings. Corresponds to the JSON property `avoidInsufficientStarRating` @return [Boolean]
avoided_star_rating[RW]
Avoid bidding on apps with the star ratings. Corresponds to the JSON property `avoidedStarRating` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 3971 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 3976 def update!(**args) @avoid_insufficient_star_rating = args[:avoid_insufficient_star_rating] if args.key?(:avoid_insufficient_star_rating) @avoided_star_rating = args[:avoided_star_rating] if args.key?(:avoided_star_rating) end