Class: Google::Apis::DisplayvideoV3::ContentInstreamPositionTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ContentInstreamPositionTargetingOptionDetails
- 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 instream position, which could be used by
video and audio ads. This will be populated in the
content_instream_position_details field when targeting_type is
TARGETING_TYPE_CONTENT_INSTREAM_POSITION
.
Instance Attribute Summary collapse
-
#content_instream_position ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContentInstreamPositionTargetingOptionDetails
constructor
A new instance of ContentInstreamPositionTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContentInstreamPositionTargetingOptionDetails
Returns a new instance of ContentInstreamPositionTargetingOptionDetails.
3959 3960 3961 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3959 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_instream_position ⇒ String
Output only. The content instream position.
Corresponds to the JSON property contentInstreamPosition
3957 3958 3959 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3957 def content_instream_position @content_instream_position end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3964 3965 3966 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3964 def update!(**args) @content_instream_position = args[:content_instream_position] if args.key?(:content_instream_position) end |