Class: Google::Apis::DisplayvideoV1::ContentOutstreamPositionTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/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.



3062
3063
3064
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3062

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)


3060
3061
3062
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3060

def content_outstream_position
  @content_outstream_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3067
3068
3069
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3067

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