class Google::Apis::AndroidpublisherV3::ApksListResponse

def update!(**args)

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