google_api_firebase_rules v0.15.0 GoogleApi.FirebaseRules.V1.Model.ListRulesetsResponse View Source
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 ofRuleset
instances.
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.ListRulesetsResponse{ nextPageToken: String.t(), rulesets: [GoogleApi.FirebaseRules.V1.Model.Ruleset.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.