GoogleApi.APIKeys.V2.Model.V2AndroidApplication (google_api_api_keys v0.2.1) View Source

Identifier of an Android application for key use.

Attributes

  • packageName (type: String.t, default: nil) - The package name of the application.
  • sha1Fingerprint (type: String.t, default: nil) - The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.APIKeys.V2.Model.V2AndroidApplication{
  packageName: String.t() | nil,
  sha1Fingerprint: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.