Class: Google::Apis::AdmobV1beta::AppManualAppInfo
- Inherits:
-
Object
- Object
- Google::Apis::AdmobV1beta::AppManualAppInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admob_v1beta/classes.rb,
generated/google/apis/admob_v1beta/representations.rb,
generated/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
-
#display_name ⇒ String
The display name of the app as shown in the AdMob UI, which is provided by the user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppManualAppInfo
constructor
A new instance of AppManualAppInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppManualAppInfo
Returns a new instance of AppManualAppInfo.
177 178 179 |
# File 'generated/google/apis/admob_v1beta/classes.rb', line 177 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
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
175 176 177 |
# File 'generated/google/apis/admob_v1beta/classes.rb', line 175 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
182 183 184 |
# File 'generated/google/apis/admob_v1beta/classes.rb', line 182 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |