Class: Google::Apis::DisplayvideoV3::AudioContentTypeAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::AudioContentTypeAssignedTargetingOptionDetails
- 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
Details for audio content type assigned targeting option. This will be
populated in the audio_content_type_details field when targeting_type is
TARGETING_TYPE_AUDIO_CONTENT_TYPE
. Explicitly targeting all options is not
supported. Remove all audio content type targeting options to achieve this
effect.
Instance Attribute Summary collapse
-
#audio_content_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AudioContentTypeAssignedTargetingOptionDetails
constructor
A new instance of AudioContentTypeAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AudioContentTypeAssignedTargetingOptionDetails
Returns a new instance of AudioContentTypeAssignedTargetingOptionDetails.
1895 1896 1897 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1895 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audio_content_type ⇒ String
Required. The audio content type.
Corresponds to the JSON property audioContentType
1893 1894 1895 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1893 def audio_content_type @audio_content_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1900 1901 1902 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1900 def update!(**args) @audio_content_type = args[:audio_content_type] if args.key?(:audio_content_type) end |