GetWebAppConfigPlainArgs

data class GetWebAppConfigPlainArgs(val project: String? = null, val webAppId: String) : ConvertibleToJava<GetWebAppConfigPlainArgs>

A collection of arguments for invoking getWebAppConfig.

Constructors

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

Properties

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.

Link copied to clipboard

the id of the firebase web app

Functions

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