class Google::Apis::AndroidpublisherV2::ApkListing

Attributes

language[RW]

The language code, in BCP 47 format (eg “en-US”). Corresponds to the JSON property `language` @return [String]

recent_changes[RW]

Describe what's new in your APK. Corresponds to the JSON property `recentChanges` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 84
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 89
def update!(**args)
  @language = args[:language] if args.key?(:language)
  @recent_changes = args[:recent_changes] if args.key?(:recent_changes)
end