Class: Google::Apis::DisplayvideoV3::ContentStreamTypeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ContentStreamTypeTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/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
-
#content_stream_type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContentStreamTypeTargetingOptionDetails
constructor
A new instance of ContentStreamTypeTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContentStreamTypeTargetingOptionDetails
Returns a new instance of ContentStreamTypeTargetingOptionDetails.
4065 4066 4067 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4065 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_stream_type ⇒ String
Output only. The content stream type.
Corresponds to the JSON property contentStreamType
4063 4064 4065 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4063 def content_stream_type @content_stream_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4070 4071 4072 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4070 def update!(**args) @content_stream_type = args[:content_stream_type] if args.key?(:content_stream_type) end |