class Google::Apis::DisplayvideoV1::CreativeConfig
Creative
requirements configuration for the inventory source.
Attributes
creative_type[RW]
The type of creative that can be assigned to the inventory source. Corresponds to the JSON property `creativeType` @return [String]
display_creative_config[RW]
The configuration for display creatives. Corresponds to the JSON property `displayCreativeConfig` @return [Google::Apis::DisplayvideoV1::InventorySourceDisplayCreativeConfig]
video_creative_config[RW]
The configuration for video creatives. Corresponds to the JSON property `videoCreativeConfig` @return [Google::Apis::DisplayvideoV1::InventorySourceVideoCreativeConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 3401 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 3406 def update!(**args) @creative_type = args[:creative_type] if args.key?(:creative_type) @display_creative_config = args[:display_creative_config] if args.key?(:display_creative_config) @video_creative_config = args[:video_creative_config] if args.key?(:video_creative_config) end