Package-level declarations
Types
Link copied to clipboard
data class GetGroupsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetGroupsPlainArgs>
A collection of arguments for invoking getGroups.
Link copied to clipboard
Builder for GetGroupsPlainArgs.