class Google::Apis::DisplayvideoV3::LineItemFlight

Settings that control the active duration of a line item.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @date_range = args[:date_range] if args.key?(:date_range)
  @flight_date_type = args[:flight_date_type] if args.key?(:flight_date_type)
end