GetBackendServicePlainArgs

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

A collection of arguments for invoking getBackendService.

Constructors

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

Functions

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

Properties

Link copied to clipboard

The name of the Backend Service.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.