GetUserProfilePlainArgs

data class GetUserProfilePlainArgs(val domainId: String, val userProfileName: String) : ConvertibleToJava<GetUserProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, userProfileName: String)

Properties

Link copied to clipboard

The ID of the associated Domain.

Link copied to clipboard

A name for the UserProfile.

Functions

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