kotlin-sdk
core
/
com.amplitude.core.events
/
IngestionMetadata
Ingestion
Metadata
open
class
IngestionMetadata
@
JvmOverloads
constructor
(
sourceName
:
String
?
,
sourceVersion
:
String
?
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
IngestionMetadata
Content copied to clipboard
Get a cloned IngestionMetadata object, to isolate the potentially value changes
Properties
sourceName
Link copied to clipboard
val
sourceName
:
String
?
=
null
Content copied to clipboard
sourceVersion
Link copied to clipboard
val
sourceVersion
:
String
?
=
null
Content copied to clipboard