Xsolla Store SDK for Android/com.xsolla.android.store.entity.response.gamekeys/DrmItem DrmItem data class DrmItem( val sku: String = "", val name: String? = null, val image: String? = null, val link: String? = null, val redeemInstructionLink: String? = null, val drmId: Int = 0)Content copied to clipboard ConstructorsPropertiesSources Constructors DrmItem Link copied to clipboard fun DrmItem( sku: String = "", name: String? = null, image: String? = null, link: String? = null, redeemInstructionLink: String? = null, drmId: Int = 0)Content copied to clipboard Properties drmId Link copied to clipboard @SerializedName(value = "drm_id")val drmId: Int = 0Content copied to clipboard image Link copied to clipboard val image: String? = nullContent copied to clipboard link Link copied to clipboard val link: String? = nullContent copied to clipboard name Link copied to clipboard val name: String? = nullContent copied to clipboard redeemInstructionLink Link copied to clipboard @SerializedName(value = "redeem_instruction_link")val redeemInstructionLink: String? = nullContent copied to clipboard sku Link copied to clipboard val sku: StringContent copied to clipboard Sources Store SDK source Link copied to clipboard