kotlin-sdk
core
/
com.amplitude.core.events
/
Plan
Plan
open
class
Plan
@
JvmOverloads
constructor
(
branch
:
String
?
,
source
:
String
?
,
version
:
String
?
,
versionId
:
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
(
)
:
Plan
Content copied to clipboard
Get a cloned Plan object, to isolate the potentially value changes
Properties
branch
Link copied to clipboard
val
branch
:
String
?
=
null
Content copied to clipboard
source
Link copied to clipboard
val
source
:
String
?
=
null
Content copied to clipboard
version
Link copied to clipboard
val
version
:
String
?
=
null
Content copied to clipboard
versionId
Link copied to clipboard
val
versionId
:
String
?
=
null
Content copied to clipboard