View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ListGroupsResponse (google_api_firebase_app_distribution v0.3.1)
The response message for ListGroups
.
Attributes
-
groups
(type:list(GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Group.t)
, default:nil
) - The groups listed. -
nextPageToken
(type:String.t
, default:nil
) - A short-lived token, which can be sent aspageToken
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1ListGroupsResponse{ groups: [ GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Group.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.