toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
IngestionResponse
Ingestion
Response
@
Serializable
data
class
IngestionResponse
(
val
permanentId
:
String
?
=
null
,
val
changingId
:
String
?
=
null
,
val
token
:
String
?
=
null
)
Members
Constructors
Ingestion
Response
Link copied to clipboard
constructor
(
permanentId
:
String
?
=
null
,
changingId
:
String
?
=
null
,
token
:
String
?
=
null
)
Properties
changing
Id
Link copied to clipboard
val
changingId
:
String
?
=
null
permanent
Id
Link copied to clipboard
val
permanentId
:
String
?
=
null
token
Link copied to clipboard
val
token
:
String
?
=
null