Class: Google::Apis::DisplayvideoV3::DoubleVerifyAppStarRating

Inherits:
Object
  • Object
show all
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

Details of DoubleVerify star ratings settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DoubleVerifyAppStarRating

Returns a new instance of DoubleVerifyAppStarRating.



5446
5447
5448
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5446

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#avoid_insufficient_star_ratingBoolean Also known as: avoid_insufficient_star_rating?

Avoid bidding on apps with insufficient star ratings. Corresponds to the JSON property avoidInsufficientStarRating

Returns:

  • (Boolean)


5438
5439
5440
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5438

def avoid_insufficient_star_rating
  @avoid_insufficient_star_rating
end

#avoided_star_ratingString

Avoid bidding on apps with the star ratings. Corresponds to the JSON property avoidedStarRating

Returns:

  • (String)


5444
5445
5446
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5444

def avoided_star_rating
  @avoided_star_rating
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5451
5452
5453
5454
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5451

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