GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse constructor

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1betaRecaptchaConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse({
  this.configs,
});