google_api_firebase_rules v0.9.0 GoogleApi.FirebaseRules.V1.Model.File View Source

File containing source content.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseRules.V1.Model.File{
  content: String.t(),
  fingerprint: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.