class Google::Apis::AndroidpublisherV3::ListingsListResponse

Response listing all localized listings.

Attributes

kind[RW]

The kind of this response (“androidpublisher#listingsListResponse”). Corresponds to the JSON property `kind` @return [String]

listings[RW]

All localized listings. Corresponds to the JSON property `listings` @return [Array<Google::Apis::AndroidpublisherV3::Listing>]

Public Class Methods

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