Class: Google::Apis::DisplayvideoV3::BumperAd
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::BumperAd
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Details for a bumper ad.
Instance Attribute Summary collapse
-
#common_in_stream_attribute ⇒ Google::Apis::DisplayvideoV3::CommonInStreamAttribute
Common attributes for in-stream, non-skippable and bumper ads.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BumperAd
constructor
A new instance of BumperAd.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BumperAd
Returns a new instance of BumperAd.
2932 2933 2934 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2932 def initialize(**args) update!(**args) end |
Instance Attribute Details
#common_in_stream_attribute ⇒ Google::Apis::DisplayvideoV3::CommonInStreamAttribute
Common attributes for in-stream, non-skippable and bumper ads.
Corresponds to the JSON property commonInStreamAttribute
2930 2931 2932 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2930 def common_in_stream_attribute @common_in_stream_attribute end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2937 2938 2939 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2937 def update!(**args) @common_in_stream_attribute = args[:common_in_stream_attribute] if args.key?(:common_in_stream_attribute) end |