Package-level declarations

Types

Link copied to clipboard
data class GetAndroidAppResult(val appId: String, val deletionPolicy: String, val displayName: String, val etag: String, val id: String, val name: String, val packageName: String, val project: String, val sha1Hashes: List<String>, val sha256Hashes: List<String>)

A collection of values returned by getAndroidApp.

Link copied to clipboard
data class GetAppleAppConfigResult(val appId: String, val configFileContents: String, val configFilename: String, val id: String, val project: String? = null)

A collection of values returned by getAppleAppConfig.

Link copied to clipboard
data class GetAppleAppResult(val appId: String, val appStoreId: String, val bundleId: String, val deletionPolicy: String, val displayName: String, val id: String, val name: String, val project: String, val teamId: String)

A collection of values returned by getAppleApp.

Link copied to clipboard
data class GetWebAppConfigResult(val apiKey: String, val authDomain: String, val databaseUrl: String, val id: String, val locationId: String, val measurementId: String, val messagingSenderId: String, val project: String? = null, val storageBucket: String, val webAppId: String)

A collection of values returned by getWebAppConfig.

Link copied to clipboard
data class GetWebAppResult(val appId: String, val appUrls: List<String>, val deletionPolicy: String, val displayName: String, val id: String, val name: String, val project: String)

A collection of values returned by getWebApp.