library
library
/
io.constructor.data.model.search
/
Redirect
Redirect
@
JsonClass
(
generateAdapter
=
true
)
data
class
Redirect
(
@
Json
(
name
=
"data"
)
val
data
:
RedirectData
,
@
Json
(
name
=
"matched_terms"
)
val
matchedTerms
:
List
<
String
>
?
,
@
Json
(
name
=
"matched_user_segments"
)
val
matchedUserSegments
:
String
?
)
:
Serializable
Content copied to clipboard
Models search redirects
Constructors
Properties
Constructors
Redirect
Link copied to clipboard
fun
Redirect
(
@
Json
(
name
=
"data"
)
data
:
RedirectData
,
@
Json
(
name
=
"matched_terms"
)
matchedTerms
:
List
<
String
>
?
,
@
Json
(
name
=
"matched_user_segments"
)
matchedUserSegments
:
String
?
)
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
RedirectData
Content copied to clipboard
matched
Terms
Link copied to clipboard
val
matchedTerms
:
List
<
String
>
?
Content copied to clipboard
matched
User
Segments
Link copied to clipboard
val
matchedUserSegments
:
String
?
Content copied to clipboard