Class: Google::Apis::DisplayvideoV2::AudioContentTypeTargetingOptionDetails

Inherits:
Object
  • Object
show all
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 audio content type. This will be populated in the audio_content_type_details field when targeting_type is TARGETING_TYPE_AUDIO_CONTENT_TYPE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AudioContentTypeTargetingOptionDetails

Returns a new instance of AudioContentTypeTargetingOptionDetails.



1354
1355
1356
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1354

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#audio_content_typeString

Output only. The audio content type. Corresponds to the JSON property audioContentType

Returns:

  • (String)


1352
1353
1354
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1352

def audio_content_type
  @audio_content_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1359
1360
1361
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1359

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