Class: Google::Apis::DisplayvideoV3::ContentOutstreamPositionTargetingOptionDetails

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 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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContentOutstreamPositionTargetingOptionDetails

Returns a new instance of ContentOutstreamPositionTargetingOptionDetails.



3912
3913
3914
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3912

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

Instance Attribute Details

#content_outstream_positionString

Output only. The content outstream position. Corresponds to the JSON property contentOutstreamPosition

Returns:

  • (String)


3910
3911
3912
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3910

def content_outstream_position
  @content_outstream_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3917
3918
3919
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3917

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