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

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



2389
2390
2391
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2389

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)


2387
2388
2389
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2387

def content_outstream_position
  @content_outstream_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2394
2395
2396
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2394

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