class Google::Apis::AndroidpublisherV3::ListingsListResponse

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