Class: Google::Apis::AndroidpublisherV2::ApkListing

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ApkListing

Returns a new instance of ApkListing.



91
92
93
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 91

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#languageString

The language code, in BCP 47 format (eg "en-US"). Corresponds to the JSON property language

Returns:

  • (String)


84
85
86
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 84

def language
  @language
end

#recent_changesString

Describe what's new in your APK. Corresponds to the JSON property recentChanges

Returns:

  • (String)


89
90
91
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 89

def recent_changes
  @recent_changes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



96
97
98
99
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 96

def update!(**args)
  @language = args[:language] if args.key?(:language)
  @recent_changes = args[:recent_changes] if args.key?(:recent_changes)
end