Class: Google::Apis::AndroidpublisherV3::LocalizedStoreListings
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::LocalizedStoreListings
- 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
The localized store listings of an app.
Instance Attribute Summary collapse
-
#default_language_code ⇒ String
The default language code of the app.
-
#localized_store_listings ⇒ Array<Google::Apis::AndroidpublisherV3::LocalizedStoreListing>
Corresponds to the JSON property
localizedStoreListings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LocalizedStoreListings
constructor
A new instance of LocalizedStoreListings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LocalizedStoreListings
Returns a new instance of LocalizedStoreListings.
6078 6079 6080 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6078 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_language_code ⇒ String
The default language code of the app. If a localized store listing is not
available for a given language, assets from the default language are used
instead.
Corresponds to the JSON property defaultLanguageCode
6071 6072 6073 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6071 def default_language_code @default_language_code end |
#localized_store_listings ⇒ Array<Google::Apis::AndroidpublisherV3::LocalizedStoreListing>
Corresponds to the JSON property localizedStoreListings
6076 6077 6078 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6076 def localized_store_listings @localized_store_listings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6083 6084 6085 6086 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6083 def update!(**args) @default_language_code = args[:default_language_code] if args.key?(:default_language_code) @localized_store_listings = args[:localized_store_listings] if args.key?(:localized_store_listings) end |