Skip to content

Commit

Permalink
Fix : Updated input descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
josmilan committed Jun 28, 2024
1 parent 2a03e02 commit 5612dbe
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ data class Filter(

data class Contains(

@SerializedName("const") var const: String? = null

@SerializedName("const") var const: String? = null,
@SerializedName("pattern") var pattern: String? = null,
@SerializedName("type") var type: String? = null
)

0 comments on commit 5612dbe

Please sign in to comment.