GetUserPlainArgs

data class GetUserPlainArgs(val tags: Map<String, String>? = null, val userName: String) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Constructors

Link copied to clipboard
fun GetUserPlainArgs(tags: Map<String, String>? = null, userName: String)

Functions

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

Properties

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the subnet group.

Link copied to clipboard

Name of the user.