google_api_firebase_rules v0.2.0 GoogleApi.FirebaseRules.V1.Model.ListRulesetsResponse View Source
The response for FirebaseRulesService.ListRulesets.
Attributes
- nextPageToken (String.t): The pagination token to retrieve the next page of results. If the value is empty, no further results remain. Defaults to:
null
. - rulesets ([Ruleset]): List of `Ruleset` instances. 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.ListRulesetsResponse{ nextPageToken: any(), rulesets: [GoogleApi.FirebaseRules.V1.Model.Ruleset.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.