GetProfilePlainArgs

data class GetProfilePlainArgs(val profileId: String) : ConvertibleToJava<GetProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(profileId: String)

Properties

Link copied to clipboard

A unique identifier for the profile

Functions

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