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

App bundle test certificate

Attributes

  • hashMd5 (type: String.t, default: nil) - Hex string of MD5 hash of the test certificate used to resign the AAB
  • hashSha1 (type: String.t, default: nil) - Hex string of SHA1 hash of the test certificate used to resign the AAB
  • hashSha256 (type: String.t, default: nil) - Hex string of SHA256 hash of the test certificate used to resign the AAB

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1TestCertificate{
    hashMd5: String.t() | nil,
    hashSha1: String.t() | nil,
    hashSha256: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.