class Google::Apis::DisplayvideoV1::InventorySourceVideoCreativeConfig

The configuration for video creatives.

Attributes

duration[RW]

The duration requirements for the video creatives that can be assigned to the inventory source. Corresponds to the JSON property `duration` @return [String]

Public Class Methods

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