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.
2658 2659 2660 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2658 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_name ⇒ String
Required. Package name of the app.
Corresponds to the JSON property packageName
2656 2657 2658 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2656 def package_name @package_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2663 2664 2665 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2663 def update!(**args) @package_name = args[:package_name] if args.key?(:package_name) end |