View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ListResourcePoliciesResponse (google_api_firebase_app_check v0.5.0)

Response message for the ListResourcePolicies method.

Attributes

  • nextPageToken (type: String.t, default: nil) - If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to ListResourcePolicies to find the next group of ResourcePolicy objects. Page tokens are short-lived and should not be persisted.
  • resourcePolicies (type: list(GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ResourcePolicy.t), default: nil) - The ResourcePolicy objects retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ListResourcePoliciesResponse{
    nextPageToken: String.t() | nil,
    resourcePolicies:
      [
        GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ResourcePolicy.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.