google_api_firebase_rules v0.15.0 GoogleApi.FirebaseRules.V1.Model.GetReleaseExecutableResponse View Source
The response for FirebaseRulesService.GetReleaseExecutable
Attributes
-
executable
(type:String.t
, default:nil
) - Executable view of theRuleset
referenced by theRelease
. -
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 theRelease
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 recentRelease.update_time
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseRules.V1.Model.GetReleaseExecutableResponse{ executable: String.t(), executableVersion: String.t(), language: String.t(), rulesetName: String.t(), syncTime: DateTime.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.