Get Android App Result
data class GetAndroidAppResult(val apiKeyId: String, val appId: String, val deletionPolicy: String, val displayName: String, val etag: String, val id: String, val name: String, val packageName: String, val project: String? = null, val sha1Hashes: List<String>, val sha256Hashes: List<String>)
A collection of values returned by getAndroidApp.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The user-assigned display name of the AndroidApp.
Link copied to clipboard
The canonical package name of the Android app as would appear in the Google Play Developer Console.
Link copied to clipboard
The SHA1 certificate hashes for the AndroidApp.
Link copied to clipboard
The SHA256 certificate hashes for the AndroidApp.