// Copyright (c) ZeroC, Inc. package com.zeroc.Ice; record PropertyArray(String name, boolean prefixOnly, boolean isOptIn, Property[] properties) {}