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

The response for FirebaseRulesService.ListRulesets.

Attributes

  • nextPageToken (type: String.t, default: nil) - The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
  • rulesets (type: list(GoogleApi.FirebaseRules.V1.Model.Ruleset.t), default: nil) - List of Ruleset instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.ListRulesetsResponse{
  nextPageToken: String.t() | nil,
  rulesets: [GoogleApi.FirebaseRules.V1.Model.Ruleset.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.