GetConfigurationProfilePlainArgs

data class GetConfigurationProfilePlainArgs(val profileName: String) : ConvertibleToJava<GetConfigurationProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(profileName: String)

Properties

Link copied to clipboard

The name of the configuration profile. The profile name should be set to 'default', all other names will be overwritten.

Functions

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