View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1AabInfo (google_api_firebase_app_distribution v0.3.0)

Android App Bundle (AAB) information for a Firebase app.

Attributes

  • integrationState (type: String.t, default: nil) - App bundle integration state. Only valid for android apps.
  • name (type: String.t, default: nil) - The name of the AabInfo resource. Format: projects/{project_number}/apps/{app}/aabInfo
  • testCertificate (type: GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1TestCertificate.t, default: nil) - App bundle test certificate generated for the app. Set after the first app bundle is uploaded for this app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1AabInfo{
    integrationState: String.t() | nil,
    name: String.t() | nil,
    testCertificate:
      GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1TestCertificate.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.