GetAppleAppResult

data class GetAppleAppResult(val apiKeyId: String, val appId: String, val appStoreId: String, val bundleId: String, val deletionPolicy: String, val displayName: String, val id: String, val name: String, val project: String? = null, val teamId: String)

A collection of values returned by getAppleApp.

Constructors

Link copied to clipboard
constructor(apiKeyId: String, appId: String, appStoreId: String, bundleId: String, deletionPolicy: String, displayName: String, id: String, name: String, project: String? = null, teamId: String)

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

The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.

Link copied to clipboard

The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.

Link copied to clipboard
Link copied to clipboard

The user-assigned display name of the App.

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/iosApps/appId

Link copied to clipboard
val project: String? = null
Link copied to clipboard

The Apple Developer Team ID associated with the App in the App Store.