toggle menu
linkrunner
androidJvm
switch theme
search in API
linkrunner
/
io.linkrunner.sdk.models.response
/
AttributionDataResponse
Attribution
Data
Response
data
class
AttributionDataResponse
(
val
message
:
String
,
val
status
:
Int
,
val
data
:
AttributionData
)
Response model for attribution data
Members
Constructors
Attribution
Data
Response
Link copied to clipboard
constructor
(
message
:
String
,
status
:
Int
,
data
:
AttributionData
)
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
AttributionData
message
Link copied to clipboard
@
SerializedName
(
value
=
"msg"
)
val
message
:
String
status
Link copied to clipboard
@
SerializedName
(
value
=
"status"
)
val
status
:
Int