Class: Google::Apis::DisplayvideoV1::ContentStreamTypeTargetingOptionDetails

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



3113
3114
3115
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3113

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)


3111
3112
3113
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3111

def content_stream_type
  @content_stream_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3118
3119
3120
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 3118

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