Class: Google::Apis::DisplayvideoV1::DoubleVerifyAppStarRating
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::DoubleVerifyAppStarRating
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Details of DoubleVerify star ratings settings.
Instance Attribute Summary collapse
-
#avoid_insufficient_star_rating ⇒ Boolean
(also: #avoid_insufficient_star_rating?)
Avoid bidding on apps with insufficient star ratings.
-
#avoided_star_rating ⇒ String
Avoid bidding on apps with the star ratings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DoubleVerifyAppStarRating
constructor
A new instance of DoubleVerifyAppStarRating.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DoubleVerifyAppStarRating
Returns a new instance of DoubleVerifyAppStarRating.
3544 3545 3546 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#avoid_insufficient_star_rating ⇒ Boolean Also known as: avoid_insufficient_star_rating?
Avoid bidding on apps with insufficient star ratings.
Corresponds to the JSON property avoidInsufficientStarRating
3536 3537 3538 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3536 def @avoid_insufficient_star_rating end |
#avoided_star_rating ⇒ String
Avoid bidding on apps with the star ratings.
Corresponds to the JSON property avoidedStarRating
3542 3543 3544 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3542 def @avoided_star_rating end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3549 3550 3551 3552 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 3549 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 |