Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Errors
Errors
data
class
Errors
(
message
:
String
?
,
parameters
:
Parameters
?
,
detail
:
String
?
,
resourceType
:
String
?
,
parameter
:
String
?
,
value
:
String
?
,
type
:
String
?
,
field
:
String
?
,
resourceId
:
String
?
,
section
:
String
?
)
Content copied to clipboard
Properties
Properties
detail
Link copied to clipboard
@
SerializedName
(
value
=
"detail"
)
var
detail
:
String
?
Content copied to clipboard
field
Link copied to clipboard
@
SerializedName
(
value
=
"field"
)
var
field
:
String
?
Content copied to clipboard
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String
?
Content copied to clipboard
parameter
Link copied to clipboard
@
SerializedName
(
value
=
"parameter"
)
var
parameter
:
String
?
Content copied to clipboard
parameters
Link copied to clipboard
@
SerializedName
(
value
=
"parameters"
)
val
parameters
:
Parameters
?
Content copied to clipboard
resourceId
Link copied to clipboard
@
SerializedName
(
value
=
"resource_id"
)
var
resourceId
:
String
?
Content copied to clipboard
resourceType
Link copied to clipboard
@
SerializedName
(
value
=
"resource_type"
)
var
resourceType
:
String
?
Content copied to clipboard
section
Link copied to clipboard
@
SerializedName
(
value
=
"section"
)
var
section
:
String
?
Content copied to clipboard
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
var
type
:
String
?
Content copied to clipboard
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
var
value
:
String
?
Content copied to clipboard