Class: Google::Apis::DisplayvideoV1::ContentInstreamPositionTargetingOptionDetails

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



2339
2340
2341
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2339

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)


2337
2338
2339
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2337

def content_instream_position
  @content_instream_position
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2344
2345
2346
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 2344

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