Class: Google::Apis::DisplayvideoV1::InventorySourceDisplayCreativeConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/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.



5471
5472
5473
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 5471

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

Instance Attribute Details

#creative_sizeGoogle::Apis::DisplayvideoV1::Dimensions

Dimensions. Corresponds to the JSON property creativeSize



5469
5470
5471
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 5469

def creative_size
  @creative_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5476
5477
5478
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 5476

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