class Google::Apis::AdsenseV1_4::AdUnit::MobileContentAdsSettings
Settings specific to WAP mobile content ads (AFMC) - deprecated.
Attributes
markup_language[RW]
The markup language to use for this ad unit. Corresponds to the JSON property `markupLanguage` @return [String]
scripting_language[RW]
The scripting language to use for this ad unit. Corresponds to the JSON property `scriptingLanguage` @return [String]
size[RW]
Size of this ad unit. Corresponds to the JSON property `size` @return [String]
type[RW]
Type of this ad unit. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adsense_v1_4/classes.rb, line 541 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/adsense_v1_4/classes.rb, line 546 def update!(**args) @markup_language = args[:markup_language] if args.key?(:markup_language) @scripting_language = args[:scripting_language] if args.key?(:scripting_language) @size = args[:size] if args.key?(:size) @type = args[:type] if args.key?(:type) end