Class: Google::Apis::AdmobV1beta::AppManualAppInfo

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

Overview

Information provided for manual apps which are not linked to an application store (Example: Google Play, App Store).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppManualAppInfo

Returns a new instance of AppManualAppInfo.



400
401
402
# File 'lib/google/apis/admob_v1beta/classes.rb', line 400

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

Instance Attribute Details

#display_nameString

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

Returns:

  • (String)


398
399
400
# File 'lib/google/apis/admob_v1beta/classes.rb', line 398

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



405
406
407
# File 'lib/google/apis/admob_v1beta/classes.rb', line 405

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