Class: Google::Apis::DisplayvideoV4::LanguageTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb

Overview

Represents a targetable language. This will be populated in the language_details field when targeting_type is TARGETING_TYPE_LANGUAGE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LanguageTargetingOptionDetails

Returns a new instance of LanguageTargetingOptionDetails.



10010
10011
10012
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 10010

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

Instance Attribute Details

#display_nameString

Output only. The display name of the language (e.g., "French"). Corresponds to the JSON property displayName

Returns:

  • (String)


10008
10009
10010
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 10008

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10015
10016
10017
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 10015

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