Class: Google::Apis::DisplayvideoV3::ContentOutstreamPositionTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ContentOutstreamPositionTargetingOptionDetails
- 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
Represents a targetable content outstream position, which could be used by
display and video ads. This will be populated in the
content_outstream_position_details field when targeting_type is
TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION
.
Instance Attribute Summary collapse
-
#content_outstream_position ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContentOutstreamPositionTargetingOptionDetails
constructor
A new instance of ContentOutstreamPositionTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContentOutstreamPositionTargetingOptionDetails
Returns a new instance of ContentOutstreamPositionTargetingOptionDetails.
4014 4015 4016 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4014 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_outstream_position ⇒ String
Output only. The content outstream position.
Corresponds to the JSON property contentOutstreamPosition
4012 4013 4014 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4012 def content_outstream_position @content_outstream_position end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4019 4020 4021 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4019 def update!(**args) @content_outstream_position = args[:content_outstream_position] if args.key?(:content_outstream_position) end |