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.
2741 2742 2743 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2741 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_name ⇒ String
Required. Package name of the app.
Corresponds to the JSON property packageName
2739 2740 2741 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2739 def package_name @package_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2746 2747 2748 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2746 def update!(**args) @package_name = args[:package_name] if args.key?(:package_name) end |