class Google::Apis::DisplayvideoV1::FixedBidStrategy

A strategy that uses a fixed bidding price.

Attributes

bid_amount_micros[RW]

The fixed bid amount, in micros of the advertiser's currency. For insertion order entity, bid_amount_micros should be set as 0. For line item entity, bid_amount_micros must be greater than or equal to billable unit of the given currency and smaller than or equal to the upper limit 1000000000. For example, 1500000 represents 1.5 standard units of the currency. Corresponds to the JSON property `bidAmountMicros` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4526
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 4531
def update!(**args)
  @bid_amount_micros = args[:bid_amount_micros] if args.key?(:bid_amount_micros)
end