Class: Google::Apis::DisplayvideoV3::ContentInstreamPositionTargetingOptionDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContentInstreamPositionTargetingOptionDetails

Returns a new instance of ContentInstreamPositionTargetingOptionDetails.



3857
3858
3859
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3857

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#content_instream_positionString

Output only. The content instream position. Corresponds to the JSON property contentInstreamPosition

Returns:

  • (String)


3855
3856
3857
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3855

def content_instream_position
  @content_instream_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3862
3863
3864
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3862

def update!(**args)
  @content_instream_position = args[:content_instream_position] if args.key?(:content_instream_position)
end