GetServiceAccountPlainArgs

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

Constructors

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

Properties

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

Functions

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