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.



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

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)


77
78
79
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 77

def language
  @language
end

#recent_changesString

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

Returns:

  • (String)


82
83
84
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 82

def recent_changes
  @recent_changes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



89
90
91
92
# 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