GetWebAppPlainArgs

data class GetWebAppPlainArgs(val appId: String, val project: String? = null) : ConvertibleToJava<GetWebAppPlainArgs>

A collection of arguments for invoking getWebApp.

Constructors

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

Properties

Link copied to clipboard

The app_ip of name of the Firebase webApp.

Link copied to clipboard
val project: String? = null

The ID of 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(): GetWebAppPlainArgs