ProfileParams

@Serializable
data class ProfileParams(val weightings: Weightings? = null, val restrictions: Restrictions? = null)

Constructors

Link copied to clipboard
constructor(weightings: Weightings? = null, restrictions: Restrictions? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val weightings: Weightings? = null