Class: Google::Apis::AndroidpublisherV3::CreateAppStoreHostedAppRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_nameString

Required. Package name of the app. Corresponds to the JSON property packageName

Returns:

  • (String)


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