Class: Google::Apis::DisplayvideoV2::InventorySourceDisplayCreativeConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::InventorySourceDisplayCreativeConfig
- 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
-
#initialize(**args) ⇒ InventorySourceDisplayCreativeConfig
constructor
A new instance of InventorySourceDisplayCreativeConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InventorySourceDisplayCreativeConfig
Returns a new instance of InventorySourceDisplayCreativeConfig.
7017 7018 7019 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 7017 def initialize(**args) update!(**args) end |
Instance Attribute Details
#creative_size ⇒ Google::Apis::DisplayvideoV2::Dimensions
Dimensions.
Corresponds to the JSON property creativeSize
7015 7016 7017 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 7015 def creative_size @creative_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7022 7023 7024 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 7022 def update!(**args) @creative_size = args[:creative_size] if args.key?(:creative_size) end |