class Google::Apis::DfareportingV3_4::LanguageTargeting
Language
Targeting.
Attributes
languages[RW]
Languages that this ad targets. For each language only languageId is required. The other fields are populated automatically when the ad is inserted or updated. Corresponds to the JSON property `languages` @return [Array<Google::Apis::DfareportingV3_4::Language>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 7416 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 7421 def update!(**args) @languages = args[:languages] if args.key?(:languages) end