toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-foundation
/
com.quickplay.vstb7.http
/
Header
Header
@
JsonClass
(
generateAdapter
=
true
)
data
class
Header
(
val
source
:
String
,
val
code
:
Int
,
val
message
:
String
,
val
systemTime
:
Long
,
val
trackingId
:
String
,
val
errors
:
List
<
ErrorDetail
>
?
)
Members
Constructors
Header
Link copied to clipboard
constructor
(
source
:
String
,
code
:
Int
,
message
:
String
,
systemTime
:
Long
,
trackingId
:
String
,
errors
:
List
<
ErrorDetail
>
?
)
Properties
code
Link copied to clipboard
val
code
:
Int
errors
Link copied to clipboard
val
errors
:
List
<
ErrorDetail
>
?
message
Link copied to clipboard
val
message
:
String
source
Link copied to clipboard
val
source
:
String
system
Time
Link copied to clipboard
@
Json
(
name
=
"system_time"
)
val
systemTime
:
Long
tracking
Id
Link copied to clipboard
@
Json
(
name
=
"tracking_id"
)
val
trackingId
:
String