google_api_firebase_rules v0.2.0 GoogleApi.FirebaseRules.V1.Model.Ruleset View Source

`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.

Attributes

  • createTime (DateTime.t): Time the `Ruleset` was created. Output only. Defaults to: null.
  • name (String.t): Name of the `Ruleset`. The ruleset_id is auto generated by the service. Format: `projects/{project_id}/rulesets/{ruleset_id}` Output only. Defaults to: null.
  • source (Source): `Source` for the `Ruleset`. Defaults to: null.

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.Ruleset{
  createTime: DateTime.t(),
  name: any(),
  source: GoogleApi.FirebaseRules.V1.Model.Source.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.