GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse constructor

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse({
  this.configs,
});