14 lines
242 B
Java
14 lines
242 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class PqG {
|
||
|
|
||
|
@SerializedName("consentDescription")
|
||
|
private String b;
|
||
|
|
||
|
@SerializedName("consent")
|
||
|
private String c;
|
||
|
}
|