Class: Google::Apis::DisplayvideoV2::ContentStreamTypeTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::ContentStreamTypeTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/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.
3509 3510 3511 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3509 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
3507 3508 3509 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3507 def content_stream_type @content_stream_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3514 3515 3516 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3514 def update!(**args) @content_stream_type = args[:content_stream_type] if args.key?(:content_stream_type) end |