Class: Google::Apis::AndroidpublisherV3::CreateAppStoreHostedAppRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::CreateAppStoreHostedAppRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Request to create a new app record for an app store hosted app.
Instance Attribute Summary collapse
-
#package_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateAppStoreHostedAppRequest
constructor
A new instance of CreateAppStoreHostedAppRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CreateAppStoreHostedAppRequest
Returns a new instance of CreateAppStoreHostedAppRequest.
2344 2345 2346 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2344 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_name ⇒ String
Required. Package name of the app.
Corresponds to the JSON property packageName
2342 2343 2344 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2342 def package_name @package_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2349 2350 2351 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2349 def update!(**args) @package_name = args[:package_name] if args.key?(:package_name) end |