Class: Google::Apis::DisplayvideoV4::ContentStreamTypeTargetingOptionDetails

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

Represents a targetable content stream type. This will be populated in the content_stream_type_details field when targeting_type is TARGETING_TYPE_CONTENT_STREAM_TYPE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContentStreamTypeTargetingOptionDetails

Returns a new instance of ContentStreamTypeTargetingOptionDetails.



5085
5086
5087
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5085

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)


5083
5084
5085
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5083

def content_stream_type
  @content_stream_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5090
5091
5092
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 5090

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