GetWebAppResult

data class GetWebAppResult(val apiKeyId: String, val appId: String, val appUrls: List<String>, val deletionPolicy: String, val displayName: String, val id: String, val name: String, val project: String? = null)

A collection of values returned by getWebApp.

Constructors

Link copied to clipboard
constructor(apiKeyId: String, appId: String, appUrls: List<String>, deletionPolicy: String, displayName: String, id: String, name: String, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Immutable. The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

Link copied to clipboard
val project: String? = null