class Google::Apis::AndroidpublisherV2::ListApksResponse

Attributes

apks[RW]

Corresponds to the JSON property `apks` @return [Array<Google::Apis::AndroidpublisherV2::Apk>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidpublisher#apksListResponse”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 180
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 185
def update!(**args)
  @apks = args[:apks] if args.key?(:apks)
  @kind = args[:kind] if args.key?(:kind)
end