class Google::Apis::AndroidpublisherV3::ApksListResponse
Response listing all APKs.
Attributes
apks[RW]
All APKs. Corresponds to the JSON property `apks` @return [Array<Google::Apis::AndroidpublisherV3::Apk>]
kind[RW]
The kind of this response (“androidpublisher#apksListResponse”). Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 135 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidpublisher_v3/classes.rb, line 140 def update!(**args) @apks = args[:apks] if args.key?(:apks) @kind = args[:kind] if args.key?(:kind) end