View Source GoogleApi.FirebaseRules.V1.Model.File (google_api_firebase_rules v0.17.0)

File containing source content.

Attributes

  • content (type: String.t, default: nil) - Required. Textual Content.
  • fingerprint (type: String.t, default: nil) - Fingerprint (e.g. github sha) associated with the File.
  • name (type: String.t, default: nil) - Required. File name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.File{
  content: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.