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

The response for FirebaseRulesService.GetReleaseExecutable

Attributes

  • executable (type: String.t, default: nil) - Executable view of the Ruleset referenced by the Release.
  • executableVersion (type: String.t, default: nil) - The Rules runtime version of the executable.
  • language (type: String.t, default: nil) - Language used to generate the executable bytes.
  • rulesetName (type: String.t, default: nil) - Ruleset name associated with the Release executable.
  • syncTime (type: DateTime.t, default: nil) - Optional, indicates the freshness of the result. The response is guaranteed to be the latest within an interval up to the sync_time (inclusive).
  • updateTime (type: DateTime.t, default: nil) - Timestamp for the most recent Release.update_time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.GetReleaseExecutableResponse{
  executable: String.t() | nil,
  executableVersion: String.t() | nil,
  language: String.t() | nil,
  rulesetName: String.t() | nil,
  syncTime: DateTime.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.