package

public final data class ProductGroup {
    public constructor ProductGroup(/*0*/ short_name: kotlin.String, /*1*/ parent: ProductGroup?)
    public final val name: kotlin.String
    public final val parent: ProductGroup?
    public final val short_name: kotlin.String
    public final operator /*synthesized*/ fun component1(): kotlin.String
    public final operator /*synthesized*/ fun component2(): ProductGroup?
    public final /*synthesized*/ fun copy(/*0*/ short_name: kotlin.String = ..., /*1*/ parent: ProductGroup? = ...): ProductGroup
    public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
    public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
    public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String
}
