Class: Google::Apis::DisplayvideoV3::NonSkippableAd
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::NonSkippableAd
- 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 non-skippable ad.
Instance Attribute Summary collapse
-
#common_in_stream_attribute ⇒ Google::Apis::DisplayvideoV3::CommonInStreamAttribute
Common attributes for in-stream, non-skippable and bumper ads.
-
#custom_parameters ⇒ Hash<String,String>
The custom parameters to pass custom values to tracking URL template.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NonSkippableAd
constructor
A new instance of NonSkippableAd.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NonSkippableAd
Returns a new instance of NonSkippableAd.
9932 9933 9934 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9932 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
9925 9926 9927 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9925 def common_in_stream_attribute @common_in_stream_attribute end |
#custom_parameters ⇒ Hash<String,String>
The custom parameters to pass custom values to tracking URL template.
Corresponds to the JSON property customParameters
9930 9931 9932 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9930 def custom_parameters @custom_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9937 9938 9939 9940 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9937 def update!(**args) @common_in_stream_attribute = args[:common_in_stream_attribute] if args.key?(:common_in_stream_attribute) @custom_parameters = args[:custom_parameters] if args.key?(:custom_parameters) end |