GetFunctionPlainArgs

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

A collection of arguments for invoking getFunction.

Constructors

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

Properties

Link copied to clipboard

The location in which the resource belongs.

Link copied to clipboard

The name of a Cloud Function (2nd gen).

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.

Functions

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