GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse constructor

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1betaRecaptchaV3Config>? configs,
})

Implementation

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse({
  this.configs,
});