GetBackendServicePlainArgs

data class GetBackendServicePlainArgs(val backendService: String, val project: String? = null) : ConvertibleToJava<GetBackendServicePlainArgs>

Constructors

Link copied to clipboard
fun GetBackendServicePlainArgs(backendService: String, project: String? = null)

Functions

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

Properties

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