class Google::Apis::DisplayvideoV1::InventorySourceDisplayCreativeConfig

The configuration for display creatives.

Attributes

creative_size[RW]

Dimensions. Corresponds to the JSON property `creativeSize` @return [Google::Apis::DisplayvideoV1::Dimensions]

Public Class Methods

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