google_api_firebase_rules v0.9.0 GoogleApi.FirebaseRules.V1.Model.ListReleasesResponse View Source
The response for FirebaseRulesService.ListReleases.
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.releases
(type:list(GoogleApi.FirebaseRules.V1.Model.Release.t)
, default:nil
) - List ofRelease
instances.
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 Sourcet() :: %GoogleApi.FirebaseRules.V1.Model.ListReleasesResponse{ nextPageToken: String.t(), releases: [GoogleApi.FirebaseRules.V1.Model.Release.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.