View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Release (google_api_firebase_app_distribution v0.3.1)
A release of a Firebase app.
Attributes
-
binaryDownloadUri
(type:String.t
, default:nil
) - Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file. -
buildVersion
(type:String.t
, default:nil
) - Output only. Build version of the release. For an Android release, the build version is theversionCode
. For an iOS release, the build version is theCFBundleVersion
. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the release was created. -
displayVersion
(type:String.t
, default:nil
) - Output only. Display version of the release. For an Android release, the display version is theversionName
. For an iOS release, the display version is theCFBundleShortVersionString
. -
firebaseConsoleUri
(type:String.t
, default:nil
) - Output only. A link to the Firebase console displaying a single release. -
name
(type:String.t
, default:nil
) - The name of the release resource. Format:projects/{project_number}/apps/{app_id}/releases/{release_id}
-
releaseNotes
(type:GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ReleaseNotes.t
, default:nil
) - Notes of the release. -
testingUri
(type:String.t
, default:nil
) - Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Release{ binaryDownloadUri: String.t() | nil, buildVersion: String.t() | nil, createTime: DateTime.t() | nil, displayVersion: String.t() | nil, firebaseConsoleUri: String.t() | nil, name: String.t() | nil, releaseNotes: GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ReleaseNotes.t() | nil, testingUri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.