class Google::Apis::AdmobV1beta::AppManualAppInfo
Information provided for manual apps which are not linked to an application store (Example: Google
Play, App
Store).
Attributes
display_name[RW]
The display name of the app as shown in the AdMob UI, which is provided by the user. The maximum length allowed is 80 characters. Corresponds to the JSON property `displayName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admob_v1beta/classes.rb, line 177 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admob_v1beta/classes.rb, line 182 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end