class Google::Apis::AndroidpublisherV3::ListingsListResponse

Response listing all localized listings.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @listings = args[:listings] if args.key?(:listings)
end