package com.revenuecat.purchases;

import java.util.Map;
import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;
import x4.z;

/* JADX INFO: loaded from: classes3.dex */
@InternalRevenueCatAPI
public final class DebugEvent {
    private final DebugEventName name;
    private final Map<String, String> properties;

    public DebugEvent(DebugEventName name, Map<String, String> properties) {
        o.h(name, "name");
        o.h(properties, "properties");
        this.name = name;
        this.properties = properties;
    }

    public final DebugEventName getName() {
        return this.name;
    }

    public final Map<String, String> getProperties() {
        return this.properties;
    }

    public /* synthetic */ DebugEvent(DebugEventName debugEventName, Map map, int i6, h hVar) {
        this(debugEventName, (i6 & 2) != 0 ? z.f26066a : map);
    }
}
