View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse (google_api_firebase_app_check v0.4.0)

Response message for the BatchGetRecaptchaEnterpriseConfigs method.

Attributes

  • configs (type: list(GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig.t), default: nil) - RecaptchaEnterpriseConfigs retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse{
    configs:
      [
        GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.