Class: Google::Apis::DisplayvideoV2::InventorySourceDisplayCreativeConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

The configuration for display creatives.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InventorySourceDisplayCreativeConfig

Returns a new instance of InventorySourceDisplayCreativeConfig.



6556
6557
6558
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6556

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

Instance Attribute Details

#creative_sizeGoogle::Apis::DisplayvideoV2::Dimensions

Dimensions. Corresponds to the JSON property creativeSize



6554
6555
6556
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6554

def creative_size
  @creative_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6561
6562
6563
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 6561

def update!(**args)
  @creative_size = args[:creative_size] if args.key?(:creative_size)
end