GetExperiencePlainArgs

data class GetExperiencePlainArgs(val experienceId: String, val indexId: String) : ConvertibleToJava<GetExperiencePlainArgs>

A collection of arguments for invoking getExperience.

Constructors

Link copied to clipboard
fun GetExperiencePlainArgs(experienceId: String, indexId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetExperiencePlainArgs

Properties

Link copied to clipboard

Identifier of the Experience.

Link copied to clipboard

Identifier of the index that contains the Experience.