Class: Google::Apis::DisplayvideoV3::DisplayVideoSourceAd
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::DisplayVideoSourceAd
- 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
The ad sourced from a DV360 creative.
Instance Attribute Summary collapse
-
#creative_id ⇒ Fixnum
The ID of the source creative.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisplayVideoSourceAd
constructor
A new instance of DisplayVideoSourceAd.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisplayVideoSourceAd
Returns a new instance of DisplayVideoSourceAd.
6938 6939 6940 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6938 def initialize(**args) update!(**args) end |
Instance Attribute Details
#creative_id ⇒ Fixnum
The ID of the source creative.
Corresponds to the JSON property creativeId
6936 6937 6938 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6936 def creative_id @creative_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6943 6944 6945 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 6943 def update!(**args) @creative_id = args[:creative_id] if args.key?(:creative_id) end |