GetServiceAccountPlainArgs

data class GetServiceAccountPlainArgs(val project: String? = null, val serviceAccountId: String) : ConvertibleToJava<GetServiceAccountPlainArgs>

Constructors

Link copied to clipboard
fun GetServiceAccountPlainArgs(project: String? = null, serviceAccountId: String)

Functions

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

Properties

Link copied to clipboard
val project: String? = null
Link copied to clipboard