Class: Google::Apis::DisplayvideoV4::ContentStreamTypeAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb

Overview

Details for content stream type assigned targeting option. This will be populated in the content_stream_type_details field when targeting_type is TARGETING_TYPE_CONTENT_STREAM_TYPE. Explicitly targeting all options is not supported. Remove all content stream type targeting options to achieve this effect.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContentStreamTypeAssignedTargetingOptionDetails

Returns a new instance of ContentStreamTypeAssignedTargetingOptionDetails.



5055
5056
5057
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5055

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

Instance Attribute Details

#content_stream_typeString

Output only. The content stream type. Corresponds to the JSON property contentStreamType

Returns:

  • (String)


5047
5048
5049
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5047

def content_stream_type
  @content_stream_type
end

#targeting_option_idString

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_STREAM_TYPE. Corresponds to the JSON property targetingOptionId

Returns:

  • (String)


5053
5054
5055
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5053

def targeting_option_id
  @targeting_option_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5060
5061
5062
5063
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5060

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