Get Project Service Account Result
data class GetProjectServiceAccountResult(val accountEmail: String, val id: String, val name: String, val projectId: String)
A collection of values returned by getProjectServiceAccount.
Constructors
Link copied to clipboard
fun GetProjectServiceAccountResult(accountEmail: String, id: String, name: String, projectId: String)