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.



2344
2345
2346
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2344

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)


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