class Google::Apis::AndroidpublisherV2::ListApkListingsResponse

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string ā€œ androidpublisher#apkListingsListResponseā€. Corresponds to the JSON property `kind` @return [String]

listings[RW]

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

Public Class Methods

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