Skip to content

Commit

Permalink
f - Oppdaterer GjennySak med sakId og sakType
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Dec 12, 2023
1 parent c65eab9 commit 1c5c80b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/kotlin/no/nav/eessi/pensjon/gcp/GjennySak.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package no.nav.eessi.pensjon.gcp

import com.fasterxml.jackson.annotation.JsonIgnoreProperties

@JsonIgnoreProperties(ignoreUnknown = true)
data class GjennySak (
val sakId: String,
val saktype: String
)

0 comments on commit 1c5c80b

Please sign in to comment.