class Google::Apis::AdsensehostV4_1::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/adsensehost_v4_1/classes.rb, line 469 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/adsensehost_v4_1/classes.rb, line 474 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